Wolframe, 0.0.3

_Wolframe::langbind::AuditFunction Class Referenceabstract

Interface of a an auditing function as special form function. More...

#include <auditFunction.hpp>

Inheritance diagram for _Wolframe::langbind::AuditFunction:
_Wolframe::langbind::FormFunction

Public Member Functions

virtual ~AuditFunction ()
 
virtual FormFunctionClosurecreateClosure () const =0
 Creates and returns a closure to execute this function. More...
 
- Public Member Functions inherited from _Wolframe::langbind::FormFunction
virtual ~FormFunction ()
 Destructor. More...
 
virtual bool initializeContext ()
 Optional function to implement if there is anything to be initialized after creation of all functions. More...
 

Detailed Description

Interface of a an auditing function as special form function.

Constructor & Destructor Documentation

virtual _Wolframe::langbind::AuditFunction::~AuditFunction ( )
inlinevirtual

Member Function Documentation

virtual FormFunctionClosure* _Wolframe::langbind::AuditFunction::createClosure ( ) const
pure virtual

Creates and returns a closure to execute this function.

Implements _Wolframe::langbind::FormFunction.


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