Rocket::Core::Python::ConverterScriptObject< T > Struct Template Reference
#include <ConverterScriptObject.h>
|
Static Public Member Functions |
|
static PyObject * | convert (T *object) |
Detailed Description
template<typename T>
struct Rocket::Core::Python::ConverterScriptObject< T >
Templated class for converting from a script object to a python object
Simply construct this class in your application start up and it will do the necessary registration of the object with the boost type conversion repository.
- Author:
- Lloyd Weehuizen
The documentation for this struct was generated from the following file: