Public Member Functions | Protected Member Functions
InternalFunction Class Reference

#include <InternalFunction.h>

Inheritance diagram for InternalFunction:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual string functionName ()=0
 InternalFunction ()
Parameters invoke (Parameters &input)
virtual ~InternalFunction ()

Protected Member Functions

virtual void process (Parameters &input, Parameters &output)=0

Detailed Description

Interface for a custom internal function

Definition at line 42 of file InternalFunction.h.


Constructor & Destructor Documentation

Definition at line 45 of file InternalFunction.h.

virtual InternalFunction::~InternalFunction ( ) [inline, virtual]

Definition at line 46 of file InternalFunction.h.


Member Function Documentation

virtual string InternalFunction::functionName ( ) [pure virtual]

Implemented in SomeFunction.

Definition at line 48 of file InternalFunction.h.

virtual void InternalFunction::process ( Parameters input,
Parameters output 
) [protected, pure virtual]

Implemented in SomeFunction.


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


scriptable_monitor
Author(s):
autogenerated on Wed Aug 26 2015 16:21:30