#include <BasicDynamicClassNode.h>
Inheritance diagram for BasicDynamicClassNode< T >:
Public Member Functions | |
virtual unsigned int | getSize () const |
T * | get (const void *x) const |
virtual void | _init (void *x) |
Calls the specific init function for this class T. | |
virtual void | init (T *x) |
An initialization function which can be overriden in child classes to initialized a class after it is allocated. |
If you don't understand this class don't use it!
|
Calls the specific init function for this class T.
Implements BasicDynamicClassNodeBase.
|
|
|
|
Implements BasicDynamicClassNodeBase.
|
|
An initialization function which can be overriden in child classes to initialized a class after it is allocated. This is necessary because the constructors for the class nodes with in a dynamic class are never called.
|