|
|
typedef Return_ | Return |
| |
|
typedef Return_(* | Signature )(A0, A1, A2, A3, A4) |
| |
|
typedef Return_(* | Function )(typename Parameters::template Parameter< A0, 0 >::Type, typename Parameters::template Parameter< A1, 1 >::Type, typename Parameters::template Parameter< A2, 2 >::Type, typename Parameters::template Parameter< A3, 3 >::Type, typename Parameters::template Parameter< A4, 4 >::Type) |
| |
|
|
| ApplyFunction (Function function) |
| |
|
template<typename Passed > |
| Return | apply (Passed passed) |
| |
|
template<typename Passed > |
| void | observe (Passed passed) |
| |
The documentation for this class was generated from the following file: