|
xc
|
Base class for object brokers. More...
#include <ObjectBroker.h>

Public Member Functions | |
| ObjectBroker (void) | |
| Constructor. | |
| virtual boost::python::dict | getPyDict (void) const |
| Return a Python dictionary with the object members values. | |
| virtual void | setPyDict (const boost::python::dict &) |
| Set the values of the object members from a Python dictionary. | |
Base class for object brokers.
ObjectBrokers are objects in remote processes which create new objects in the remote process.
1.8.13