BloombergLP::bdlmt::EventScheduler::addRecurringEventRefRaw

Increment the reference count for the recurring event handle.

Synopsis

Declared in <bdlmt_eventscheduler.h>

EventScheduler::RecurringEvent*
addRecurringEventRefRaw(RecurringEvent* handle) const;

Description

Increment the reference count for the recurring event referred to by the specified handle and return handle. There must be a corresponding call to releaseEventRaw when the reference is no longer needed.

Return Value

the same handle value

Parameters

NameDescription
handleraw recurring-event pointer to retain