Typedefs | |
| using | config = bbm::BBM_CONFIG |
| Shorthand for the embedded config. | |
| using | interpreter = bbm::python::interpreter< config > |
| Shorthand for the interpreter operating on the embedded config. | |
Functions | |
| template<typename RET_TYPE > | |
| RET_TYPE | capture (const std::string &prog) |
| Shorthand for the capture method on the embedded config. | |
| void | execute (const std::string &prog) |
| Shorthand for the execute method on the embedded config. | |
| using config = bbm::BBM_CONFIG |
Shorthand for the embedded config.
| using interpreter = bbm::python::interpreter<config> |
Shorthand for the interpreter operating on the embedded config.
|
inline |
Shorthand for the capture method on the embedded config.
|
inline |
Shorthand for the execute method on the embedded config.