BloombergLP::bdlt::CalendarCache_Entry::CalendarCache_Entry

Constructors

Synopses

Declared in <bdlt_calendarcache.h>

Create an empty cache entry object. Note that an empty cache entry is never actually inserted into the cache.

CalendarCache_Entry();
» more...

Create a cache entry object having the value of the specified original object.

CalendarCache_Entry(CalendarCache_Entry const& original);
» more...

Create a cache entry for managing the specified calendar.

CalendarCache_Entry(
    Calendar* calendar,
    Datetime const& loadTime,
    bslma::Allocator* allocator);
» more...

Parameters

NameDescription
originalobject providing the value for this entry
calendarcalendar managed by this entry
loadTimetime when the calendar was loaded
allocatorallocator used by calendar