You are here: Home > Projects > SimStream > Documentation

SimStream Documentation

Delegate2< T, R, P1, P2 > Class Template Reference

Inheritance diagram for Delegate2< T, R, P1, P2 >:
IDelegate2< R, P1, P2 >

List of all members.

Public Member Functions

 Delegate2 (T *object, R(T::*func)(P1, P2))
virtual R operator() (P1 p1, P2 p2)

Private Attributes

T * object
R(T::* func )(P1, P2)

Detailed Description

template<typename T, typename R, typename P1, typename P2>
class Delegate2< T, R, P1, P2 >

Definition at line 45 of file Delegate.h.


The documentation for this class was generated from the following file:

Last updated: February 8, 2011