FBScriptWrapper Class Reference

FBScriptWrapper Class Referenceabstract

#include <fbscriptwrapper.h>

Class Description

This interface is used to bridge ORSDK and Python exposition.

It allows each FBObject to notify its wrapper about its destruction. It also allows a Python Exposition code to know if a particular FBObject is already wrapped.

Definition at line 69 of file fbscriptwrapper.h.

Public Member Functions

virtual ~FBScriptWrapper ()
 
virtual void ContentDestroy ()=0
 

Constructor & Destructor Documentation

virtual ~FBScriptWrapper ( )
inlinevirtual

Definition at line 72 of file fbscriptwrapper.h.

72 { }

Member Function Documentation

virtual void ContentDestroy ( )
pure virtual

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