Interface for reading and writing the mileage of a vehicle to a file.
More...
#include <IMileageFileHandler.hpp>
Interface for reading and writing the mileage of a vehicle to a file.
Definition at line 25 of file IMileageFileHandler.hpp.
◆ ~IMileageFileHandler()
virtual IMileageFileHandler::~IMileageFileHandler |
( |
| ) |
|
|
virtualdefault |
◆ readMileage()
virtual double IMileageFileHandler::readMileage |
( |
| ) |
const |
|
pure virtual |
◆ writeMileage()
virtual void IMileageFileHandler::writeMileage |
( |
double | mileage | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: