HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_OpCallee Class Referenceabstract

#include <UT_OpCaller.h>

Public Member Functions

 UT_OpCallee ()
 
virtual ~UT_OpCallee ()
 
virtual void doneWithOp (int opid)=0
 
virtual void done (UT_OpCaller *caller)
 

Detailed Description

Definition at line 79 of file UT_OpCaller.h.

Constructor & Destructor Documentation

UT_OpCallee::UT_OpCallee ( )

The UT_OpCallee class is used as a general mechanism to get callbacks when a reference to an OP is no longer needed.

virtual UT_OpCallee::~UT_OpCallee ( )
virtual

Member Function Documentation

virtual void UT_OpCallee::done ( UT_OpCaller caller)
virtual

This method is called by the UT_OpCaller's destructor to notify that it is done with all VEX data and ops.

virtual void UT_OpCallee::doneWithOp ( int  opid)
pure virtual

This method should be called by the UT_OpCaller when the data is no longer required.


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