freesecs::callback_1arg_t< Arg > Class Template Reference

Callback (with 1 argument) class implementation Wraps any class object together with it's method of type int(*method)(<template type>=""> arg) into an object for a later invocation. More...

#include <callback.h>

List of all members.

Public Member Functions

virtual int operator() (const Arg &a)
 callback_1arg_t (const callback_1arg_t &cb)
virtual ~callback_1arg_t ()
callback_1arg_toperator= (const callback_1arg_t &cb)
 callback_1arg_t ()
template<class T>
 callback_1arg_t (T *pclass, int(T::*pfunc)(const Arg &))
template<class T>
bool operator== (const callback_1arg_t &other)

Classes

class  callback_1arg_base_t
class  callback_1arg_impl_t


Detailed Description

template<class Arg>
class freesecs::callback_1arg_t< Arg >

Callback (with 1 argument) class implementation Wraps any class object together with it's method of type int(*method)(<template type>=""> arg) into an object for a later invocation.

Definition at line 134 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