Objects of this type refer to recurring events in the EventScheduler API. They are convertible to const RecurringEvent* references and may be used in any method which expects these.
Synopsis
Declared in <bdlmt_eventscheduler.h>
class EventSchedulerRecurringEventHandle;
Type Aliases
Name |
Description |
Defines a type alias for the opaque recurring‐event type. |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object and release the managed reference, if any. |
Release the reference managed by this handle, if any; then make this handle refer to the same recurring event as the specified |
|
Release the reference managed by this handle, if any. |
|
|
Return a "raw" pointer to the recurring event managed by this handle, or 0 if this handle does not manage a reference. |
Friends
Name |
Description |
This class provides a thread‐safe event scheduler that executes callbacks in a separate "dispatcher thread." |
Created with MrDocs