You are here: Home > Projects > SimStream > Documentation

SimStream Documentation

Delegate3< T, R, P1, P2, P3 > Class Template Reference

Inheritance diagram for Delegate3< T, R, P1, P2, P3 >:
IDelegate3< R, P1, P2, P3 >

List of all members.

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