CppUnit project page FAQ CppUnit home page

TestFactoryRegistryList Class Reference

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

List of all members.

Public Member Functions

 TestFactoryRegistryList ()
 ~TestFactoryRegistryList ()

Static Public Member Functions

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

Private Types

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

Private Member Functions

TestFactoryRegistrygetInternalRegistry (const std::string &name)

Static Private Member Functions

static State stateFlag (State newState=doNotChange)
static TestFactoryRegistryListgetInstance ()

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]

Enumerator:
doNotChange 
notCreated 
exist 
destroyed 


Constructor & Destructor Documentation

TestFactoryRegistryList::TestFactoryRegistryList (  )  [inline]

TestFactoryRegistryList::~TestFactoryRegistryList (  )  [inline]


Member Function Documentation

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

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

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

static bool TestFactoryRegistryList::isValid (  )  [inline, static]

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