Alex Bikfalvi
SimStream Documentation
Delegate5< T, R, P1, P2, P3, P4, P5 > Class Template Reference
Inheritance diagram for Delegate5< T, R, P1, P2, P3, P4, P5 >:
Public Member Functions | |
Delegate5 (T *object, R(T::*func)(P1, P2, P3, P4, P5)) | |
virtual R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) |
Private Attributes | |
T * | object |
R(T::* | func )(P1, P2, P3, P4, P5) |
Detailed Description
template<typename T, typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
class Delegate5< T, R, P1, P2, P3, P4, P5 >
Definition at line 105 of file Delegate.h.
The documentation for this class was generated from the following file:
Last updated: February 8, 2011