NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
StringFuncHandle Struct Reference

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>

Collaboration diagram for StringFuncHandle:

Public Member Functions

 StringFuncHandle ()
 
 StringFuncHandle (FunctionSignatureType _fType, StringFunc _fHandle, bool _bTakesMultiArguments)
 

Public Attributes

FunctionSignatureType fType
 
StringFunc fHandle
 
bool bTakesMultiArguments
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ StringFuncHandle() [1/2]

StringFuncHandle::StringFuncHandle ( )
inline

Definition at line 310 of file stringdatastructures.hpp.

References bTakesMultiArguments, fHandle, fType, and PARSER_INT.

◆ StringFuncHandle() [2/2]

StringFuncHandle::StringFuncHandle ( FunctionSignatureType  _fType,
StringFunc  _fHandle,
bool  _bTakesMultiArguments 
)
inline

Definition at line 317 of file stringdatastructures.hpp.

Member Data Documentation

◆ bTakesMultiArguments

bool StringFuncHandle::bTakesMultiArguments

◆ fHandle

◆ fType

FunctionSignatureType StringFuncHandle::fType

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