Calculate StructuredDataDef sizes and offsets

This commit is contained in:
Jan
2022-01-22 13:40:08 +01:00
parent ec8e58e0f1
commit 9ed169fcba
13 changed files with 135 additions and 40 deletions

View File

@ -5,6 +5,7 @@ using namespace sdd;
StructuredDataDefParserState::StructuredDataDefParserState()
: m_current_def(nullptr),
m_current_enum(nullptr),
m_current_struct(nullptr)
m_current_struct(nullptr),
m_current_struct_offset_in_bits(0u)
{
}