| CppUnit project page | FAQ |
(INTERNAL) List of all TestFactoryRegistry. More...
Public Member Functions | |
| TestFactoryRegistryList () | |
| ~TestFactoryRegistryList () | |
Static Public Member Functions | |
| static TestFactoryRegistry * | getRegistry (const std::string &name) |
| static bool | isValid () |
Private Types | |
| enum | State { doNotChange =0, notCreated, exist, destroyed } |
| typedef std::map< std::string, TestFactoryRegistry *, std::less< std::string > > | Registries |
Private Member Functions | |
| TestFactoryRegistry * | getInternalRegistry (const std::string &name) |
Static Private Member Functions | |
| static State | stateFlag (State newState=doNotChange) |
| static TestFactoryRegistryList * | getInstance () |
Private Attributes | |
| Registries | m_registries |
(INTERNAL) List of all TestFactoryRegistry.
|
private |
|
private |
|
inline |
|
inline |
|
inlinestaticprivate |
|
inlineprivate |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticprivate |
|
private |
|
Send comments to: CppUnit Developers |