Protocol for loading timetables from a specific source.

Synopsis

Declared in <bdlt_timetableloader.h>

class TimetableLoader;

Description

This class defines a protocol used to load timetables from a specific source. Each repository of timetable information can be supported by a distinct implementation of this protocol.

Member Functions

Name

Description

~TimetableLoader [destructor] [virtual]

Destroy this object.

load [virtual]

Load the timetable identified by timetableName into result.

Created with MrDocs