Constructors
Declared in <bdlmt_eventscheduler.h>
Create a new handle object that does not refer to an event.
EventSchedulerEventHandle();
» more...
Create a handle referring to the same event as original.
EventSchedulerEventHandle(EventSchedulerEventHandle const& original);
» more...
| Name | Description |
|---|---|
| original | handle whose event reference is copied |