SCL
1.0
Standard Control Library : Control, dynamics, physics, and simulation
|
#include <CRegisteredCallbacks.hpp>
Public Member Functions | |
virtual | ~CCallbackSuperBase () |
Protected Member Functions | |
CCallbackSuperBase () | |
virtual bool | registerCallbackSuper (const Idx &arg_callback_name, CCallbackSuperBase *arg_obj) |
Private Member Functions | |
CCallbackSuperBase (const CCallbackSuperBase &) | |
CCallbackSuperBase & | operator= (const CCallbackSuperBase &) |
To support indexed querying for dynamic object allocation: Subclass CCallbackSuperBase and implement the createObject() function to return an object of the wanted callback.
|
inlinevirtual |
Default Destructor : Does nothing
|
inlineprotected |
The constructor may only be called by a subclass
|
private |
Must name a callback while creating an object
|
private |
Must name a callback while creating an object
|
inlineprotectedvirtual |
To allow the callback registry to create objects for itself