Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
Class to encode and decode Station LOM files. More...
#include <StationLomFileCoder.hpp>
Classes | |
struct | DefaultValues |
struct | Keys |
Static Public Member Functions | |
static iv::logic::files::StationLomFile | readStationLomFile (std::string_view lomFilePath) |
Read a Station LOM file. | |
static bool | writeStationLomFile (const iv::logic::files::StationLomFile &lomFile, std::string_view lomFilePath) |
Write a Station LOM file. | |
Class to encode and decode Station LOM files.
|
static |
Read a Station LOM file.
lomFilePath | Path to the Station LOM file. |
|
static |
Write a Station LOM file.
lomFile | StationLomFile to write. |
lomFilePath | Path to write the Station LOM file. |