![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Typedefs | |
| typedef factory::MultiFact< Interface &, theID > | TestFactory |
Enumerations | |
| enum | theID { ONE = 1 , TWO , THR , FOU } |
Classes | |
| class | Implementation |
| struct | Interface |
Variables | |
| TestFactory | theFact |
| Factory instance for the tests... | |
| TestFactory::Singleton< Implementation< ONE > > | holder1 {theFact,ONE} |
| TestFactory::Singleton< Implementation< TWO > > | holder2 {theFact,TWO} |
| TestFactory::Singleton< Implementation< THR > > | holder3 {theFact,THR} |
| TestFactory::Singleton< Implementation< FOU > > | holder4 {theFact,FOU} |
| typedef factory::MultiFact<Interface&, theID> TestFactory |
Definition at line 59 of file multifact-singleton-test.cpp.
| enum theID |
| Enumerator | |
|---|---|
| ONE | |
| TWO | |
| THR | |
| FOU | |
Definition at line 52 of file multifact-singleton-test.cpp.
| TestFactory theFact |
Factory instance for the tests...
Definition at line 73 of file multifact-singleton-test.cpp.
| TestFactory::Singleton<Implementation<ONE> > holder1 {theFact,ONE} |
Definition at line 76 of file multifact-singleton-test.cpp.
| TestFactory::Singleton<Implementation<TWO> > holder2 {theFact,TWO} |
Definition at line 77 of file multifact-singleton-test.cpp.
| TestFactory::Singleton<Implementation<THR> > holder3 {theFact,THR} |
Definition at line 78 of file multifact-singleton-test.cpp.
| TestFactory::Singleton<Implementation<FOU> > holder4 {theFact,FOU} |
Definition at line 79 of file multifact-singleton-test.cpp.