![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
Typedefs | |
| using | List1 = Types< Num< 1 >, Num< 2 >, Num< 3 > >::List |
| using | List2 = Types< Num< 5 >, Num< 6 >, Num< 7 > >::List |
Functions | |
| template<char i, char ii, char iii> | |
| int | getNumberz (Num< i > one, Num< ii > two, Num< iii > three) |
| special test fun accepting the terrific Num types | |
| int | fun0 () |
| int | fun1 (int i1) |
| int | fun2 (int i1, int i2) |
| int | fun3 (int i1, int i2, int i3) |
Definition at line 49 of file function-closure-test.cpp.
Definition at line 50 of file function-closure-test.cpp.
special test fun accepting the terrific Num types
Definition at line 57 of file function-closure-test.cpp.
References getNumberz().
Referenced by getNumberz().
Here is the call graph for this function:
Here is the caller graph for this function:| int fun0 | ( | ) |
Definition at line 63 of file function-closure-test.cpp.
References fun0().
Referenced by fun0().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 64 of file function-closure-test.cpp.
References fun1().
Referenced by fun1().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 65 of file function-closure-test.cpp.
References fun2().
Referenced by fun2().
Here is the call graph for this function:
Here is the caller graph for this function: