CppUnit project page FAQ CppUnit home page

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TestFactoryRegistryList Class Reference

(INTERNAL) List of all TestFactoryRegistry. More...

List of all members.

Public Methods

 TestFactoryRegistryList ()
 ~TestFactoryRegistryList ()

Static Public Methods

TestFactoryRegistrygetRegistry (const std::string &name)
bool isValid ()

Private Types

typedef CppUnitMap< std::string,
TestFactoryRegistry *, std::less<
std::string > > 
Registries
enum  State { doNotChange = 0, notCreated, exist, destroyed }

Private Methods

TestFactoryRegistrygetInternalRegistry (const std::string &name)

Static Private Methods

State stateFlag (State newState=doNotChange)
TestFactoryRegistryList * getInstance ()

Private Attributes

Registries m_registries


Detailed Description

(INTERNAL) List of all TestFactoryRegistry.


Member Typedef Documentation

typedef CppUnitMap<std::string, TestFactoryRegistry *, std::less<std::string> > TestFactoryRegistryList::Registries [private]
 


Member Enumeration Documentation

enum TestFactoryRegistryList::State [private]
 

Enumeration values:
doNotChange 
notCreated 
exist 
destroyed 


Constructor & Destructor Documentation

TestFactoryRegistryList::TestFactoryRegistryList   [inline]
 

TestFactoryRegistryList::~TestFactoryRegistryList   [inline]
 


Member Function Documentation

TestFactoryRegistryList* TestFactoryRegistryList::getInstance   [inline, static, private]
 

TestFactoryRegistry* TestFactoryRegistryList::getInternalRegistry const std::string &    name [inline, private]
 

TestFactoryRegistry* TestFactoryRegistryList::getRegistry const std::string &    name [inline, static]
 

bool TestFactoryRegistryList::isValid   [inline, static]
 

State TestFactoryRegistryList::stateFlag State    newState = doNotChange [inline, static, private]
 


Member Data Documentation

Registries TestFactoryRegistryList::m_registries [private]
 


The documentation for this class was generated from the following file:
SourceForge Logo hosts this site. Send comments to:
CppUnit Developers