Create a cache entry for managing the specified timetable.
Declared in <bdlt_timetablecache.h>
TimetableCache_Entry(
Timetable* timetable,
Datetime const& loadTime,
bslma::Allocator* allocator);
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.
| Name | Description |
|---|---|
| timetable | timetable managed by this entry |
| loadTime | time when the timetable was loaded |
| allocator | allocator used by timetable |