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) | |
void bind_ConstructorStats | ( | py::module_ & | m | ) |
Definition at line 44 of file pybind11_tests.cpp.
References ConstructorStats::alive(), ConstructorStats::copy_assignments, ConstructorStats::copy_constructions, ConstructorStats::default_constructions, ConstructorStats::gc(), ConstructorStats::get(), ConstructorStats::move_assignments, ConstructorStats::move_constructions, and ConstructorStats::values().
Referenced by PYBIND11_MODULE().
std::list< std::function< void(py::module_ &)> > & initializers | ( | ) |
Definition at line 30 of file pybind11_tests.cpp.
Referenced by PYBIND11_MODULE(), and test_initializer::test_initializer().
PYBIND11_MODULE | ( | pybind11_tests | , |
m | |||
) |
Definition at line 65 of file pybind11_tests.cpp.
References bind_ConstructorStats(), initializers(), UserType::set(), and UserType::value().