CppUnit project page FAQ CppUnit home page

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

TestFactoryRegistryList Class Reference

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

List of all members.

Public Member Functions

 TestFactoryRegistryList ()
 ~TestFactoryRegistryList ()

Static Public Member Functions

TestFactoryRegistry * getRegistry (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 Member Functions

TestFactoryRegistry * getInternalRegistry (const std::string &name)

Static Private Member Functions

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