#include <CApplicationRegistry.h>
Public Member Functions | |
CApplicationRegistry () | |
CApplicationRegistry (const CApplicationRegistry &rhs) | |
~CApplicationRegistry () | |
CApplicationRegistry & | operator= (const CApplicationRegistry &rhs) |
int | operator== (const CApplicationRegistry &rhs) |
Static Public Member Functions | |
CClassifiedObjectRegistry * | getInstance () |
Static Protected Member Functions | |
void | setInstance (CClassifiedObjectRegistry *p) |
Set a new value for the instance (should not be done). | |
Static Private Attributes | |
CClassifiedObjectRegistry * | m_pInstance |
Definition at line 301 of file CApplicationRegistry.h.
|
Construct the application registry. Normally this does not need to be used, just call CApplicationRegistry::getInstance(). Definition at line 306 of file CApplicationRegistry.cpp. References getInstance(). |
|
Copy construction: Definition at line 311 of file CApplicationRegistry.cpp. References getInstance(). |
|
Definition at line 311 of file CApplicationRegistry.h. |
|
Get the singleton instance of the application registry: Definition at line 338 of file CApplicationRegistry.cpp. References m_pInstance. Referenced by CApplicationRegistry(), operator=(), and CReactor::~CReactor(). |
|
Assignment: Definition at line 319 of file CApplicationRegistry.cpp. References getInstance(), and m_pInstance. |
|
Equality compare: All application registries are equal. Definition at line 329 of file CApplicationRegistry.cpp. |
|
Set a new value for the instance (should not be done).
Definition at line 322 of file CApplicationRegistry.h. |
|
Referenced by getInstance(), and operator=(). |