63 namespace PyOptionNS {
69 auto optionClass = anOption.
make_class(
"Option");
void registerExceptions()
Register exception translations with boost.
void Initialise()
Globals namespace provides routines to initialise global objects:
BOOST_PYTHON_MODULE(option)
PyOpalObject<C> is the basic wrapper class for Opal Objects.
boost::python::class_< PyC > make_class(const char *className)
This is the basic method to make a class for OpalObjects.
void addExecute(PYCLASS &pyclass)
Add an "execute" method to the python class (e.g.