Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
Class to encode and decode PL files. More...
#include <PlFileCoder.hpp>
Classes | |
struct | Keys |
struct | Sections |
Static Public Member Functions | |
static iv::logic::files::PlFile | readPlFile (std::string_view plFilePath) |
Read a PL file. | |
static iv::logic::files::PlFile | readPlFileFromXml (std::string_view plFilePath) |
static bool | writePlFile (const iv::logic::files::PlFile &plFile, std::string_view plFilePath) |
Write a PL file. | |
static bool | writeXmlPlFile (const iv::logic::files::PlFile &plFile, std::string_view xmlPlFilePath) |
Class to encode and decode PL files.
|
static |
|
static |
|
static |
Write a PL file.
plFile | PlFile to write. |
plFilePath | Path to write the PL file. |
|
static |