BloombergLP::bdlcc::TimeQueue::TimeQueue

Create an empty time queue (deprecated poolTimerMemory overload).

Synopsis

Declared in <bdlcc_timequeue.h>

explicit
TimeQueue(
    bool poolTimerMemory,
    bslma::Allocator* basicAllocator = 0);

Description

Note that the specified poolTimerMemory argument controlled whether additional memory used by an internal bsl::map was pooled. When bsl::map was modified to pool its own nodes, this option became irrelevant and is now ignored.

DEPRECATED: Use the other constructor overloads instead.

Parameters

NameDescription
poolTimerMemoryignored; retained for compatibility
basicAllocatorallocator used to supply memory