Lumiera  0.pre.03
»edit your freedom«
lib::test::anonymous_namespace{multifact-singleton-test.cpp} Namespace Reference

Typedefs

typedef factory::MultiFact< Interface &, theID > TestFactory
 

Enumerations

enum  theID {
  ONE = 1,
  TWO,
  THR,
  FOU
}
 

Classes

class  Implementation
 
struct  Interface
 

Variables

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}
 
TestFactory theFact
 Factory instance for the tests... More...
 

Variable Documentation

◆ theFact

TestFactory theFact

Factory instance for the tests...

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