|
BDE 4.14.0 Production release
|
#include <bdlmt_eventscheduler.h>
Public Types | |
| typedef EventScheduler::Event | Event |
Public Member Functions | |
| EventSchedulerEventHandle () | |
| Create a new handle object that does not refer to an event. | |
| EventSchedulerEventHandle (const EventSchedulerEventHandle &original) | |
| ~EventSchedulerEventHandle () | |
| Destroy this object and release the managed reference, if any. | |
| EventSchedulerEventHandle & | operator= (const EventSchedulerEventHandle &rhs) |
| void | release () |
| Release the reference (if any) held by this object. | |
| operator const Event * () const | |
Friends | |
| class | EventScheduler |
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.
|
inline |
|
inline |
Create a new handle object referring to the same event as the specified rhs handle.
|
inline |
| 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 |
|
friend |