VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
DtScriptInterface::DtScriptFunctionReference Class Reference

Abstract object used to hold a reference to a function defined in the script langauge, to be used later to invoke that function. More...

Inheritance diagram for DtScriptInterface::DtScriptFunctionReference:
Inheritance graph
[legend]

Public Member Functions

 DtScriptFunctionReference ()
virtual ~DtScriptFunctionReference ()
virtual bool operator< (const DtScriptFunctionReference &other) const =0
 Required for std::set.

Detailed Description

Abstract object used to hold a reference to a function defined in the script langauge, to be used later to invoke that function.

Used for registering callbacks to be invoked after specified types of set data requests are executed. For this functionality to be used in a derived script interface implementation, a derived class must be implemented to represent a reference to a function in the script language.

Constructor & Destructor Documentation

DtScriptInterface::DtScriptFunctionReference::DtScriptFunctionReference ( )
inline
virtual DtScriptInterface::DtScriptFunctionReference::~DtScriptFunctionReference ( )
inlinevirtual

Member Function Documentation

virtual bool DtScriptInterface::DtScriptFunctionReference::operator< ( const DtScriptFunctionReference other) const
pure virtual

Required for std::set.


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

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)