You are here: Home > Projects > SimStream > Documentation

SimStream Documentation

Delegate1< T, R, P1 > Class Template Reference

Inheritance diagram for Delegate1< T, R, P1 >:
IDelegate1< R, P1 >

List of all members.

Public Member Functions

 Delegate1 (T *object, R(T::*func)(P1))
virtual R operator() (P1 p1)

Private Attributes

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

Detailed Description

template<typename T, typename R, typename P1>
class Delegate1< T, R, P1 >

Definition at line 25 of file Delegate.h.


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

Last updated: February 8, 2011