23 enum class ContextType :
int {
33 ::ll::TypedStorage<8, 16, ::std::variant<uint, ::Bedrock::StaticOptimizedString>> mToken;
39 MCAPI
explicit operator ::std::string_view()
const;
47 ::ll::TypedStorage<4, 4, ::cereal::BasicSerializerContext::ContextType> mType;
48 ::ll::TypedStorage<8, 16, ::cereal::BasicSerializerContext::TokenHolder> mToken;
49 ::ll::TypedStorage<4, 4, uint> mTokenId;
50 ::ll::TypedStorage<4, 4, uint> mPrevIndex;
58 ::ll::TypedStorage<2, 2, ::cereal::ResultCode> mResultCode;
59 ::ll::TypedStorage<8, 16, ::cereal::BasicSerializerContext::TokenHolder> mMessage;
60 ::ll::TypedStorage<4, 4, uint> mContextIndex;
61 ::ll::TypedStorage<8, 8, ::Bedrock::small_vector<::cereal::BasicSerializerContext::Context, 8>
const*> mStack;
62 ::ll::TypedStorage<4, 4, uint> mGeneration;
69 ::ll::TypedStorage<4, 4, uint> mCurrentIndex;
70 ::ll::TypedStorage<8, 272, ::Bedrock::small_vector<::cereal::BasicSerializerContext::Context, 8>> mStack;
71 ::ll::TypedStorage<8, 400, ::Bedrock::small_vector<::cereal::BasicSerializerContext::LogEntry, 8>> mLog;
72 ::ll::TypedStorage<2, 2, ::cereal::ResultCode> mErrorCodes;
73 ::ll::TypedStorage<1, 1, ::cereal::ContextArea> mContextArea;
79 MCAPI ::std::string _getContextString(uint index)
const;
81 MCAPI ::std::vector<::cereal::BasicSerializerContext::Context>
84 MCAPI ::std::vector<::std::string> errors()
const;
Definition BasicSerializerContext.h:13
Definition BasicSerializerContext.h:43
Definition BasicSerializerContext.h:54
Definition BasicSerializerContext.h:29