BloombergLP::bdlt::TimetableCache_Entry::TimetableCache_Entry

Create a cache entry for managing the specified timetable.

Synopsis

Declared in <bdlt_timetablecache.h>

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

Description

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.

Parameters

NameDescription
timetabletimetable managed by this entry
loadTimetime when the timetable was loaded
allocatorallocator used by timetable