#include <Structure.hpp>
Public Member Functions | |
Structure ()=default | |
Public Attributes | |
std::map< Section, long > | offset |
std::map< Section, long > | size |
Protected Member Functions | |
Structure (decltype(offset) a, decltype(size) b) | |
Definition at line 17 of file Structure.hpp.
|
default |
Definition at line 21 of file Structure.hpp.
std::map<Section, long> dai::bootloader::Structure::offset |
Definition at line 19 of file Structure.hpp.
std::map<Section, long> dai::bootloader::Structure::size |
Definition at line 19 of file Structure.hpp.