cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Functions
pybind11_tests.cpp File Reference
#include "pybind11_tests.h"
#include "constructor_stats.h"
#include <functional>
#include <list>

Go to the source code of this file.

Functions

std::list< std::function< void(py::module_ &)> > & initializers ()
 
void bind_ConstructorStats (py::module_ &m)
 
 PYBIND11_MODULE (pybind11_tests, m)
 

Function Documentation

◆ bind_ConstructorStats()

void bind_ConstructorStats ( py::module_ &  m)

Definition at line 45 of file pybind11_tests.cpp.

◆ initializers()

std::list<std::function<void(py::module_ &)> >& initializers ( )

Definition at line 29 of file pybind11_tests.cpp.

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( pybind11_tests  ,
 
)

Definition at line 65 of file pybind11_tests.cpp.