Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes
TypeManager::Registration Class Reference

This manages a registration to the typemanager - attempting to remove problems with the optimisers. More...

#include <persist.h>

Collaboration diagram for TypeManager::Registration:
Collaboration graph
[legend]

Public Member Functions

 Registration (const char *name, NewBaseObjectFunction func)
 
virtual ~Registration ()
 

Private Attributes

String myName
 

Detailed Description

This manages a registration to the typemanager - attempting to remove problems with the optimisers.

Definition at line 129 of file persist.h.

Constructor & Destructor Documentation

TypeManager::Registration::Registration ( const char *  name,
NewBaseObjectFunction  func 
)
virtual TypeManager::Registration::~Registration ( )
virtual

Field Documentation

String TypeManager::Registration::myName
private

Definition at line 135 of file persist.h.


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