|
LeviLamina
|
Classes | |
| struct | ScopedPop |
Public Types | |
| enum class | ContextType : int { ArrayElem = 0 , Member = 1 , Root = 2 } |
Public Member Functions | |
| MCAPI void | clearGenerations (uint from, uint to, ::cereal::ResultCode filter) |
| MCAPI::cereal::LogCheckpoint | getLogCheckpoint () |
| MCAPI void | log (::cereal::ResultCode res, ::Bedrock::StaticOptimizedString msg) |
| MCAPI void | popContext () |
| MCAPI::cereal::SerializerContext & | pushContext (uint containerIndex) |
| MCAPI::cereal::SerializerContext & | pushContext (::Bedrock::StaticOptimizedString propertyName, ::std::optional< uint > propertyId) |
| MCAPI::std::string | _getContextString (uint index) const |
| MCAPI ::std::vector<::cereal::BasicSerializerContext::Context > | contextFor (::cereal::BasicSerializerContext::LogEntry const &entry) const |
| MCAPI ::std::vector<::std::string > | errors () const |
| MCAPI void | $dtor () |
Public Attributes | |
| ::ll::TypedStorage< 4, 4, uint > | mGeneration |
| ::ll::TypedStorage< 4, 4, uint > | mLastError |
| ::ll::TypedStorage< 4, 4, uint > | mCurrentIndex |
| ::ll::TypedStorage< 8, 272, ::Bedrock::small_vector<::cereal::BasicSerializerContext::Context, 8 > > | mStack |
| ::ll::TypedStorage< 8, 400, ::Bedrock::small_vector<::cereal::BasicSerializerContext::LogEntry, 8 > > | mLog |
| ::ll::TypedStorage< 2, 2, ::cereal::ResultCode > | mErrorCodes |
| ::ll::TypedStorage< 1, 1, ::cereal::ContextArea > | mContextArea |