Loading...
Searching...
No Matches
Typedefs | Functions
bbm::embed Namespace Reference

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.
 

Typedef Documentation

◆ config

using config = bbm::BBM_CONFIG

Shorthand for the embedded config.

◆ interpreter

Shorthand for the interpreter operating on the embedded config.

Function Documentation

◆ capture()

RET_TYPE capture ( const std::string &  prog)
inline

Shorthand for the capture method on the embedded config.

◆ execute()

void execute ( const std::string &  prog)
inline

Shorthand for the execute method on the embedded config.