Bayonne2 / Common C++ 2 Framework
|
This manages a registration to the typemanager - attempting to remove problems with the optimisers. More...
#include <persist.h>
Public Member Functions | |
Registration (const char *name, NewBaseObjectFunction func) | |
virtual | ~Registration () |
Private Attributes | |
String | myName |
This manages a registration to the typemanager - attempting to remove problems with the optimisers.
TypeManager::Registration::Registration | ( | const char * | name, |
NewBaseObjectFunction | func | ||
) |
|
virtual |