BloombergLP::bdlt::TimetableCache_Entry::TimetableCache_Entry

Constructors

Synopses

Declared in <bdlt_timetablecache.h>

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

TimetableCache_Entry();
» more...

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

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

Create a cache entry for managing the specified timetable.

TimetableCache_Entry(
    Timetable* timetable,
    Datetime const& loadTime,
    bslma::Allocator* allocator);
» more...

Parameters

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