![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Typedefs | |
| typedef factory::MultiFact< Num(int), prodID, factory::BuildRefcountPtr > | TestFactory |
| the factory instantiation used for this test | |
| typedef std::map< prodID, function< Num(int)> > | DispatcherMap |
Enumerations | |
| enum | prodID { ONE = 1 , TWO } |
Classes | |
| struct | Num |
Functions | |
| Num * | fabricateNumberz (int base, int offset) |
| dummy "factory" function to be invoked | |
| typedef factory::MultiFact< Num(int) , prodID , factory::BuildRefcountPtr > TestFactory |
the factory instantiation used for this test
Definition at line 67 of file multifact-argument-test.cpp.
| typedef std::map<prodID, function<Num(int)> > DispatcherMap |
Definition at line 70 of file multifact-argument-test.cpp.
| enum prodID |
| Enumerator | |
|---|---|
| ONE | |
| TWO | |
Definition at line 40 of file multifact-argument-test.cpp.
| struct lib::test::anonymous_namespace{multifact-argument-test.cpp}::Num |
| Num * fabricateNumberz | ( | int | base, |
| int | offset | ||
| ) |
dummy "factory" function to be invoked
Definition at line 54 of file multifact-argument-test.cpp.
References fabricateNumberz(), and Num::n_.
Referenced by fabricateNumberz().
Here is the call graph for this function:
Here is the caller graph for this function: