Library of Assembled Shared Sources
lass::python::PyObjectPlus Class Reference

PyObjectPlus. More...

#include <pyobject_plus.h>

Inheritance diagram for lass::python::PyObjectPlus:
Collaboration diagram for lass::python::PyObjectPlus:

Static Public Member Functions

static void _lassPyClassRegisterHook ()
 This function can be used to execute some code at injection time.
 

Detailed Description

PyObjectPlus.

Base class for pythonable objects.

Author
Tom De Muer
Date
2003 Usage: The usage will be given by providing an example. See the test case and look for the files bar.h and bar.cpp.

Definition at line 154 of file pyobject_plus.h.

Member Function Documentation

◆ _lassPyClassRegisterHook()

void lass::python::PyObjectPlus::_lassPyClassRegisterHook ( )
static

This function can be used to execute some code at injection time.

By default it doens't do anything, but you can override it for any type. Be aware that the top level implementation is the only one that counts. Consider it as a 'virtual' function at static level

Definition at line 65 of file pyobject_plus.cpp.


The documentation for this class was generated from the following files: