You are here: Home > Projects > SimStream > Documentation

SimStream Documentation

Delegate4< T, R, P1, P2, P3, P4 > Class Template Reference

Inheritance diagram for Delegate4< T, R, P1, P2, P3, P4 >:
IDelegate4< R, P1, P2, P3, P4 >

List of all members.

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