|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
static IntPtr | ClassID< T > () |
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The ExportNotifier class is a smart-pointer that is associated with an asynchronous file export. It is used to interact with an ongoing export or get the results from a completed export.
◆ ExportNotifier() [1/3]
HPS.Stream.ExportNotifier.ExportNotifier |
( |
| ) |
|
|
inline |
The default constructor creates an ExportNotifier object which is not associated with any file export.
◆ ExportNotifier() [2/3]
The copy constructor creates a new ExportNotifier object that is associated with the same file export as the source ExportNotifier.
- Parameters
-
◆ ExportNotifier() [3/3]
The conversion constructor creates a new derived ExportNotifier object from a base IONotifier object. The copy will only be successful if the source notifier is really an upcast of this notifier type. Otherwise the copy will fail and the resulting ExportNotifier will be invalid.
- Parameters
-
◆ Assign()
◆ ObjectType()
override HPS.Type HPS.Stream.ExportNotifier.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.IONotifier.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.Stream.cs