eq::net::CommandFunc< T > Class Template Reference

A wrapper to register a function callback on an object instance. More...

#include <commandFunc.h>

Collaboration diagram for eq::net::CommandFunc< T >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 CommandFunc (T *object, CommandResult(T::*func)(Command &))
template<typename O >
 CommandFunc (const O &from)
CommandResult operator() (Command &command)

Public Attributes

T * _object
CommandResult(T::* _func )(Command &)


Detailed Description

template<typename T>
class eq::net::CommandFunc< T >

A wrapper to register a function callback on an object instance.

This wrapper is used by the Dispatcher to register and save callback methods of derived classes.

Definition at line 35 of file commandFunc.h.


The documentation for this class was generated from the following file:
Generated on Mon Aug 10 18:58:44 2009 for Equalizer 0.9 by  doxygen 1.5.8