Analitza
Analitza::PointerFunctionDefinition Class Reference
#include <builtinmethods.h>
Inheritance diagram for Analitza::PointerFunctionDefinition:
Public Types | |
typedef Expression(* | func )(const QList< Expression > &args) |
Public Member Functions | |
PointerFunctionDefinition (func call) | |
virtual Expression | operator() (const QList< Expression > &args) |
Public Member Functions inherited from Analitza::FunctionDefinition | |
virtual | ~FunctionDefinition () |
Detailed Description
Definition at line 48 of file builtinmethods.h.
Member Typedef Documentation
typedef Expression(* Analitza::PointerFunctionDefinition::func)(const QList< Expression > &args) |
Definition at line 51 of file builtinmethods.h.
Constructor & Destructor Documentation
Analitza::PointerFunctionDefinition::PointerFunctionDefinition | ( | func | call | ) |
Member Function Documentation
|
virtual |
Lets the user specify a function to be injected.
When called it should perform whatever the function is supposed to do.
- Parameters
-
args specifies the values passed as arguments.
- Returns
- the resulting expression.
Implements Analitza::FunctionDefinition.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.