feat(big): add SBigFromBinary

This commit is contained in:
fallenoak 2023-01-29 20:37:09 -06:00 committed by GitHub
parent 902ddcf7d8
commit 6c83070380
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 66 additions and 0 deletions

View file

@ -13,6 +13,7 @@ class BigBuffer {
// Member functions
uint32_t& operator[](uint32_t index);
uint32_t operator[](uint32_t index) const;
void Clear();
uint32_t Count() const;
void GrowToFit(uint32_t index);
int32_t IsUsed(uint32_t index) const;