Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
lib::test::anonymous_namespace{multifact-singleton-test.cpp} Namespace Reference

Typedefs

typedef factory::MultiFact< Interface &, theIDTestFactory
 

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 Documentation

◆ TestFactory

Enumeration Type Documentation

◆ theID

enum theID
Enumerator
ONE 
TWO 
THR 
FOU 

Definition at line 52 of file multifact-singleton-test.cpp.

Variable Documentation

◆ theFact

TestFactory theFact

Factory instance for the tests...

Definition at line 73 of file multifact-singleton-test.cpp.

◆ holder1

◆ holder2

◆ holder3

◆ holder4