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