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.
Create a cache entry object having the value of the specified original object.
CalendarCache_Entry(CalendarCache_Entry const& original);
Create a cache entry object for managing the specified calendar that was loaded at the specified loadTime using the specified allocator. The behavior is undefined unless calendar uses allocator to obtain memory.
CalendarCache_Entry(
Calendar* calendar,
Datetime const& loadTime,
bslma::Allocator* allocator);
Created with MrDocs