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

Name

Description

timetable

timetable managed by this entry

loadTime

time when the timetable was loaded

allocator

allocator used by timetable

Created with MrDocs