freesecs::callback_t Class Reference

Callback (with no arguments) class implementation Wraps any class object together with it's method of type int(*method)(void) into an object for a later invocation. More...

#include <callback.h>

List of all members.

Public Member Functions

virtual int operator() ()
 callback_t (const callback_t &cb)
virtual ~callback_t ()
callback_toperator= (const callback_t &cb)
 callback_t ()
template<class T>
 callback_t (T *pclass, int(T::*pfunc)())
template<class T>
bool operator== (const callback_t &other)

Classes

class  callback_base_t
class  callback_impl_t


Detailed Description

Callback (with no arguments) class implementation Wraps any class object together with it's method of type int(*method)(void) into an object for a later invocation.

Definition at line 29 of file callback.h.


The documentation for this class was generated from the following file:
Generated on Fri Oct 3 15:30:07 2008 for FREESECS hsms by  doxygen 1.5.1