[#BloombergLP-bdlcc-TimeQueueItem-2constructor-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/TimeQueueItem.adoc[TimeQueueItem]::TimeQueueItem :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlcc_timequeue.h>` Create an empty time queue item. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is zero, then use the currently installed default allocator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlcc/TimeQueueItem/2constructor-0d9.adoc[TimeQueueItem](xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlcc/TimeQueueItem/2constructor-0d9.adoc[_» more..._]# Create a copy of the specified `original` time queue item. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is zero, then use the currently installed default allocator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlcc/TimeQueueItem/2constructor-04.adoc[TimeQueueItem]( xref:BloombergLP/bdlcc/TimeQueueItem.adoc[TimeQueueItem<DATA>] const& original, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlcc/TimeQueueItem/2constructor-04.adoc[_» more..._]# Create time queue item holding a copy of the specified `data`, with the specified associated `time` and `handle` information. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is zero, then use the currently installed default allocator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlcc/TimeQueueItem/2constructor-0c.adoc[TimeQueueItem]( xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& time, DATA const& data, xref:BloombergLP/bdlcc/TimeQueueItem/Handle-03.adoc[Handle] handle, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlcc/TimeQueueItem/2constructor-0c.adoc[_» more..._]# Create time queue item holding a copy of the specified `data`, with the specified associated `time`, `handle`, and `key` information. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is zero, then use the currently installed default allocator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlcc/TimeQueueItem/2constructor-0da.adoc[TimeQueueItem]( xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& time, DATA const& data, xref:BloombergLP/bdlcc/TimeQueueItem/Handle-03.adoc[Handle] handle, xref:BloombergLP/bdlcc/TimeQueueItem/Key-095.adoc[Key] const& key, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlcc/TimeQueueItem/2constructor-0da.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#