Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
Main structure of the LOM File. This file contains the structure to write LOM files for modules. More...
#include <structs.hpp>
Public Member Functions | |
bool | operator== (const LomFile &other) const =default |
Public Attributes | |
PropertiesLom | properties |
BlocksLom | blocks |
uint32_t | version |
GraphicsInfoLom | graphicsInfo |
std::string | lomType |
Main structure of the LOM File. This file contains the structure to write LOM files for modules.
The file structure is:
1. Properties 2. Blocks 3. Version 4. Graphics Info 5. LOM Type 6. Blocks Ending Properties
|
default |
BlocksLom iv::logic::files::LomFile::blocks |
GraphicsInfoLom iv::logic::files::LomFile::graphicsInfo |
std::string iv::logic::files::LomFile::lomType |
PropertiesLom iv::logic::files::LomFile::properties |
uint32_t iv::logic::files::LomFile::version |