| 112 | int m_DataSize; |
| 113 | |
| 114 | constexpr size_t SizeOffset() |
| 115 | { |
| 116 | // The size of these members is not included in m_Size and m_Swaplen |
| 117 | return sizeof(m_aId) + sizeof(m_Version) + sizeof(m_Size) + sizeof(m_Swaplen); |
| 118 | } |
| 119 | }; |
| 120 | |
| 121 | class CDatafileInfo |