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