You are here: Home > Projects > SimStream > Documentation

SimStream Documentation

Delegate0< T, R > Class Template Reference

Inheritance diagram for Delegate0< T, R >:
IDelegate0< R >

List of all members.

Public Member Functions

 Delegate0 (T *object, R(T::*func)())
virtual R operator() ()

Private Attributes

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

Detailed Description

template<typename T, typename R>
class Delegate0< T, R >

Definition at line 5 of file Delegate.h.


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

Last updated: February 8, 2011