cif ~master (2022-05-11T22:34:36.8182798)
Dub
Repo
TerminatingLocation
cif
location
Undocumented in source.
struct
TerminatingLocation {
string
location
;
char
suffix
;
TimeOfDay
scheduledArrival
;
TimeOfDay
publicArrival
;
string
platform
;
string
path
;
string
activity
;
this
(string record);
}
Constructors
this
this
(string record)
Undocumented in source.
Members
Variables
activity
string
activity
;
Undocumented in source.
location
string
location
;
Undocumented in source.
path
string
path
;
Undocumented in source.
platform
string
platform
;
Undocumented in source.
publicArrival
TimeOfDay
publicArrival
;
Undocumented in source.
scheduledArrival
TimeOfDay
scheduledArrival
;
Undocumented in source.
suffix
char
suffix
;
Undocumented in source.
Meta
Source
See Implementation
cif
location
structs
IntermediateLocation
OriginLocation
TerminatingLocation