#include <UT_OpCaller.h>
Definition at line 79 of file UT_OpCaller.h.
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 |
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: