ldas-tools-framecpp
2.6.5
|
Function class used by ForEach method. More...
#include <FrTOC.hh>
Public Member Functions | |
virtual | ~FunctionC () |
Destructor. More... | |
virtual void | operator() (char C)=0 |
Prototype for function. More... | |
Function class used by ForEach method.
This function class is used to describe a function that takes as its parameters a single character argument.
|
virtual |
Destructor.
|
pure virtual |
Prototype for function.