Cache entry holding a read‐only timetable and its load time.
Synopsis
Declared in <bdlt_timetablecache.h>
class TimetableCache_Entry;
Description
This class defines the type of objects that are inserted into the timetable cache. Each entry contains a shared pointer to a read‐only timetable and the time at which that timetable was loaded. Note that an explicit allocator is required to create an entry object.
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this cache entry object. |
Assign to this cache entry object the value of the specified |
|
Return a shared pointer to the cached timetable. |
|
Return the time at which the cached timetable was loaded. |
Created with MrDocs