Add CScannableObjectInfo (this thing is a confusing mess)

Former-commit-id: 8fad208125
This commit is contained in:
2022-10-22 20:02:37 -07:00
parent c0a93798ae
commit 920b8b3e56
8 changed files with 68 additions and 8 deletions

View File

@@ -40,6 +40,8 @@ public:
// why?
int ReadInt32() { return static_cast< uint >(Get(TType< int >())); }
uint GetBlockOffset() const { return x4_blockOffset; }
private:
bool GrabAnotherBlock();
bool InternalReadNext();