|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
static IntPtr | ClassID< T > () |
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The EventNotifier class is a smart pointer that is associated with an event object. It is a special type of control that is used for synchronizing with an event's completion.
◆ EventNotifier() [1/2]
HPS.EventNotifier.EventNotifier |
( |
| ) |
|
|
inline |
The default constructor creates an EventNotifier object not associated with any event.
◆ EventNotifier() [2/2]
◆ Assign()
Share the underlying smart-pointer of the EventNotifier source.
- Parameters
-
◆ ObjectType()
override HPS.Type HPS.EventNotifier.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.Object.
◆ Status()
Query the status of the event for this notifier.
- Returns
- The current state of the event.
◆ Wait()
Cause this thread to sleep until the event for this notifier has been handled.
- Returns
- A reference to this EventNotifier.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.EventNotifier.cs