|
BDE 4.39.x Production Release
|
#include <bdlmt_eventscheduler.h>
Objects of this type refer to events in the EventScheduler API. They are convertible to const Event* references and may be used in any method that expects them.
Public Types | |
| typedef EventScheduler::Event | Event |
Public Member Functions | |
| EventSchedulerEventHandle () | |
| EventSchedulerEventHandle (const EventSchedulerEventHandle &original) | |
| ~EventSchedulerEventHandle () | |
| EventSchedulerEventHandle & | operator= (const EventSchedulerEventHandle &rhs) |
| void | release () |
| operator const Event * () const | |
Friends | |
| class | EventScheduler |
|
inline |
Create a new handle object that does not refer to an event.
|
inline |
Create a new handle object referring to the same event as the specified rhs handle.
|
inline |
Destroy this object and release the managed reference, if any.
| bdlmt::EventSchedulerEventHandle::operator const Event * | ( | ) | const |
Return a "raw" pointer to the event managed by this handle, or 0 if this handle does not manage a reference.
|
inline |
Release this handle's reference, if any; then make this handle refer to the same event as the specified rhs handle. Return a modifiable reference to this handle.
|
inline |
Release the reference (if any) held by this object.
|
friend |