#include <locobject.h>
Public Member Functions | |
void | Register (const CLocatorBase &lo, const string &ID) |
bool | Unregister (const string &ID) |
CObject * | Create (const string &ID) const |
void | ClearRegistry (void) |
void | Report (ostream &strm) const |
Definition at line 155 of file locobject.h.
void CObjectRegistry::ClearRegistry | ( | void | ) | [inline] |
Definition at line 160 of file locobject.h.
CObject * CObjectRegistry::Create | ( | const string & | ID | ) | const |
Definition at line 138 of file locobject.cc.
void CObjectRegistry::Register | ( | const CLocatorBase & | lo, | |
const string & | ID | |||
) |
Definition at line 122 of file locobject.cc.
void CObjectRegistry::Report | ( | ostream & | strm | ) | const |
Definition at line 147 of file locobject.cc.
bool CObjectRegistry::Unregister | ( | const string & | ID | ) |
Definition at line 127 of file locobject.cc.