libnedit
Lightweight C++ library for Nintendo DS(i) formats
|
Public Member Functions | |
size_t | GetAttributesSize () |
void | SetAttributesSize (const size_t size) |
Public Member Functions inherited from ntr::fmt::MagicStartBase< u32, Magic > | |
constexpr bool | IsValid () |
void | EnsureMagic () |
Public Attributes | |
u16 | entry_count |
u16 | entry_size |
u32 | file_id |
Public Attributes inherited from ntr::fmt::CommonBlock< 0x31464E49 > | |
u32 | block_size |
Public Attributes inherited from ntr::fmt::MagicStartBase< u32, Magic > | |
u32 | magic |
Static Public Attributes | |
static constexpr size_t | OffsetSize = sizeof(u32) |
Static Public Attributes inherited from ntr::fmt::MagicStartBase< u32, Magic > | |
static constexpr u32 | Magic |