Skip to content

Commit

Permalink
Update SerializerQt
Browse files Browse the repository at this point in the history
  • Loading branch information
beckdave committed Jan 17, 2024
1 parent cc8a620 commit e221051
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 289 deletions.
9 changes: 0 additions & 9 deletions inc/finalmq/serializeqt/SerializerQt.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ namespace finalmq {
static std::uint32_t getTypeIdByName(const std::string& typeName);
static void getQVariantType(const MetaField& field, std::uint32_t& typeId, std::string& typeName);

void checkIndex(const MetaField& field, std::int64_t value);

void reserveSpace(ssize_t space);
void resizeBuffer();

Expand All @@ -150,15 +148,8 @@ namespace finalmq {

const Mode m_mode = Mode::NONE;

enum IndexStatus
{
INDEX_NOT_AVAILABLE = -1,
};

struct LevelState
{
bool abortStruct = false;
std::int64_t index = INDEX_NOT_AVAILABLE;
char* arrayStructCounterBuffer = nullptr;
std::int32_t arrayStructCounter = -1;
};
Expand Down
Loading

0 comments on commit e221051

Please sign in to comment.