LibCT 2.0
Public Member Functions

LibCT::Functor Class Reference

Functor is a base class used to store function pointers. More...

#include <Functor.h>

Inheritance diagram for LibCT::Functor:
LibCT::TemplateFunctor< T, U >

List of all members.

Public Member Functions

virtual void operator() (void *pArg)=0
 Call operator.

Detailed Description

Functor is a base class used to store function pointers.

Functor is used so we can store TemplateFunctors created with different template arguments in the same list


Member Function Documentation

virtual void LibCT::Functor::operator() ( void *  pArg) [pure virtual]

Call operator.

Parameters:
pArgData to pass to the function

Implemented in LibCT::TemplateFunctor< T, U >.


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