Constructors
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 object for managing the specified timetable that was loaded at the specified loadTime using the specified allocator. The behavior is undefined unless timetable uses allocator to obtain memory.
TimetableCache_Entry(
Timetable* timetable,
Datetime const& loadTime,
bslma::Allocator* allocator);
» more...