VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
DtScriptInterface::DtScriptFunctionReference Class Referenceabstract

Abstract object used to hold a reference to a function defined in the script language, 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.

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

Public Member Functions

 DtScriptFunctionReference ()
 
virtual ~DtScriptFunctionReference ()
 
virtual bool operator< (const DtScriptFunctionReference &other) const =0
 

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.

Implemented in DtLuaScriptInterfaceImpl::DtLuaScriptFunctionReference.


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

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)