Alex Bikfalvi
SimStream Documentation
Delegate0< T, R > Class Template Reference
Inheritance diagram for Delegate0< T, R >:
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