Class Change::Progress
Defined in File Change.hpp
Nested Relationships
This class is a nested type of Class Change.
Class Documentation
-
class Progress
A class that provides an update on itinerary progression.
Public Functions
-
Progress(ProgressVersion version, std::vector<CheckpointId> checkpoints)
Constructor.
-
ProgressVersion version() const
-
const std::vector<CheckpointId> &checkpoints() const
-
Progress(ProgressVersion version, std::vector<CheckpointId> checkpoints)