CppUnit project page | FAQ | CppUnit home page |
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 CppUnitMap< 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 |
typedef CppUnitMap<std::string, TestFactoryRegistry *, std::less<std::string> > TestFactoryRegistryList::Registries [private] |
enum TestFactoryRegistryList::State [private] |
TestFactoryRegistryList::TestFactoryRegistryList | ( | ) | [inline] |
TestFactoryRegistryList::~TestFactoryRegistryList | ( | ) | [inline] |
static State TestFactoryRegistryList::stateFlag | ( | State | newState = doNotChange |
) | [inline, static, private] |
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] |
|
hosts this site. |
Send comments to: CppUnit Developers |