#include <SomeInternalFunctionExample.h>
Public Member Functions | |
virtual string | functionName () |
Protected Member Functions | |
virtual void | process (Parameters &input, Parameters &output) |
Definition at line 14 of file SomeInternalFunctionExample.h.
string SomeFunction::functionName | ( | ) | [virtual] |
Implements InternalFunction.
Definition at line 12 of file SomeInternalFunctionExample.cpp.
void SomeFunction::process | ( | Parameters & | input, |
Parameters & | output | ||
) | [protected, virtual] |
Implements InternalFunction.
Definition at line 17 of file SomeInternalFunctionExample.cpp.