|
typedef Return_ | Return |
|
typedef Return_(* | Signature) (A0, A1, A2, A3, A4, A5, A6, A7) |
|
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, typename Parameters::template Parameter< A5, 5 >::Type, typename Parameters::template Parameter< A6, 6 >::Type, typename Parameters::template Parameter< A7, 7 >::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: