A simple class to signal an abort in processing.
More...
#include <iabort.h>
|
virtual void | resetSignal ()=0 |
| Reset the abort object to an unsignalled state.
|
|
virtual void | signalAbort ()=0 |
| Signal that the output operation should be aborted.
|
|
virtual bool | abortSignalled ()=0 |
| Determine if the abort has been signalled.
|
|
virtual void | addRef () const =0 |
| Increases the reference count of the actual object pointed to. This would take place during an assignment or copying.
|
|
virtual bool | decRef () const =0 |
| Decreases the reference count of the actual object pointed to. When the reference count falls to Zero, it deletes the actual object pointed to.
|
|
virtual int32 | getRefCount () const =0 |
| Retrieve the current reference count of the actual object pointed to.
|
|
|
static EDL_API IAbortPtr | create () |
| Create an abort signal.
|
|
|
virtual | ~IRCObject () |
| Virtual destructor.
|
|
A simple class to signal an abort in processing.
◆ abortSignalled()
virtual bool IAbort::abortSignalled |
( |
| ) |
|
|
pure virtual |
Determine if the abort has been signalled.
- Returns
- bool True or false, indicating whether the abort has been signalled.
◆ create()
static EDL_API IAbortPtr IAbort::create |
( |
| ) |
|
|
static |
Create an abort signal.
- Returns
- IAbortPtr The abort signal instance
The documentation for this class was generated from the following file: