#include <init.hh>
|
| EmbeddedPyBind (const char *_name, void(*init_func)(pybind11::module &), const char *_base) |
|
| EmbeddedPyBind (const char *_name, void(*init_func)(pybind11::module &)) |
|
Definition at line 81 of file init.hh.
◆ EmbeddedPyBind() [1/2]
EmbeddedPyBind::EmbeddedPyBind |
( |
const char * |
_name, |
|
|
void(*)(pybind11::module &) |
init_func, |
|
|
const char * |
_base |
|
) |
| |
◆ EmbeddedPyBind() [2/2]
EmbeddedPyBind::EmbeddedPyBind |
( |
const char * |
_name, |
|
|
void(*)(pybind11::module &) |
init_func |
|
) |
| |
◆ depsReady()
bool EmbeddedPyBind::depsReady |
( |
| ) |
const |
|
private |
◆ getMap()
std::map< std::string, EmbeddedPyBind * > & EmbeddedPyBind::getMap |
( |
| ) |
|
|
staticprivate |
◆ init()
void EmbeddedPyBind::init |
( |
pybind11::module & |
m | ) |
|
|
private |
◆ initAll()
void EmbeddedPyBind::initAll |
( |
| ) |
|
|
static |
◆ base
const std::string EmbeddedPyBind::base |
|
private |
◆ initFunc
void(* EmbeddedPyBind::initFunc) (pybind11::module &) |
|
private |
◆ name
const std::string EmbeddedPyBind::name |
|
private |
◆ registered
bool EmbeddedPyBind::registered |
|
private |
The documentation for this class was generated from the following files: