| |
libFAUDES
Sections
Index
|
faudes::TNestedFunction< FTYPE, CFNCT > Class Template Reference#include <rtiwrapper.h>
Inherits faudes::Function.
Detailed Descriptiontemplate<class FTYPE, void(*)(const FTYPE &, const FTYPE &, FTYPE &) CFNCT>
A TNestedFunction derives a class from Function to invoke a c-function repeatavely.
|
Public Member Functions | |
TNestedFunction (const FunctionDefinition *fdef) | |
virtual Function * | New () const |
Construct on heap. | |
Protected Member Functions | |
virtual void | DoTypeCheck (void) |
Method to compare types of arguments with arguments of assigned faudes::Signature (i.e. | |
virtual void | DoExecute (void) |
Executes code of reimplemented method of child class(es). | |
Protected Attributes | |
std::vector< FTYPE * > | pvec |
faudes::TNestedFunction< FTYPE, CFNCT >::TNestedFunction | ( | const FunctionDefinition * | fdef | ) | [inline] |
virtual Function* faudes::TNestedFunction< FTYPE, CFNCT >::New | ( | ) | const [inline, virtual] |
Construct on heap.
Create a new instance of this function class and return pointer. The new instance will use the same function definition as this instance.
Implements faudes::Function.
virtual void faudes::TNestedFunction< FTYPE, CFNCT >::DoTypeCheck | ( | void | ) | [inline, protected, virtual] |
Method to compare types of arguments with arguments of assigned faudes::Signature (i.e.
their TypeDefinition label).
NOTE: Method is called by Function::Execute().
Implements faudes::Function.
virtual void faudes::TNestedFunction< FTYPE, CFNCT >::DoExecute | ( | void | ) | [inline, protected, virtual] |
std::vector<FTYPE*> faudes::TNestedFunction< FTYPE, CFNCT >::pvec [protected] |
libFAUDES 2.13a c++ source docu by doxygen 1.5.6