NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This structure defines the internal string function signature. It contains the pointer to the actual function, its signature type and whether the function is capable of handling multiple arguments. More...
#include <stringdatastructures.hpp>
Public Member Functions | |
StringFuncHandle () | |
StringFuncHandle (FunctionSignatureType _fType, StringFunc _fHandle, bool _bTakesMultiArguments) | |
Public Attributes | |
FunctionSignatureType | fType |
StringFunc | fHandle |
bool | bTakesMultiArguments |
This structure defines the internal string function signature. It contains the pointer to the actual function, its signature type and whether the function is capable of handling multiple arguments.
Definition at line 308 of file stringdatastructures.hpp.
|
inline |
Definition at line 310 of file stringdatastructures.hpp.
References bTakesMultiArguments, fHandle, fType, and PARSER_INT.
|
inline |
Definition at line 317 of file stringdatastructures.hpp.
bool StringFuncHandle::bTakesMultiArguments |
Definition at line 321 of file stringdatastructures.hpp.
Referenced by NumeRe::StringFuncHandler::evalFunction(), and StringFuncHandle().
StringFunc StringFuncHandle::fHandle |
Definition at line 320 of file stringdatastructures.hpp.
Referenced by NumeRe::StringFuncHandler::callFunction(), NumeRe::StringFuncHandler::callFunctionParallel(), NumeRe::StringFuncHandler::callMultiFunction(), NumeRe::StringFuncHandler::callMultiFunctionParallel(), NumeRe::StringFuncHandler::evalFunction(), and StringFuncHandle().
FunctionSignatureType StringFuncHandle::fType |
Definition at line 319 of file stringdatastructures.hpp.
Referenced by NumeRe::StringFuncHandler::evalFunction(), and StringFuncHandle().