Analitza
Analitza::FunctionDefinition Class Referenceabstract
#include <builtinmethods.h>
Inheritance diagram for Analitza::FunctionDefinition:
Public Member Functions | |
virtual | ~FunctionDefinition () |
virtual Expression | operator() (const QList< Expression > &args)=0 |
Detailed Description
Definition at line 33 of file builtinmethods.h.
Constructor & Destructor Documentation
|
inlinevirtual |
Definition at line 36 of file builtinmethods.h.
Member Function Documentation
|
pure 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.
Implemented in Analitza::PointerFunctionDefinition.
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.