|
enum class | ContextType : int { ArrayElem = 0
, Member = 1
, Root = 2
} |
|
|
SerializerContext & | operator= (SerializerContext const &) |
|
| SerializerContext (SerializerContext const &) |
|
MCAPI::cereal::SerializerContext | detachContext () |
|
MCAPI ::std::vector<::std::string > | getErrors () const |
|
MCAPI void | log (::cereal::ResultCode res, ::std::string msg) |
|
MCAPI::cereal::SerializerContext & | operator= (::cereal::SerializerContext &&) |
|
MCAPI::cereal::SerializerContext & | pushContext (::cereal::SerializerContext::ContextType contextType, ::std::string contextToken) |
|
MCFOLD void | $dtor () |
|
|
static MCAPI ::std::string | contextString (::std::vector<::std::pair<::cereal::SerializerContext::ContextType, ::std::string > > const &contextStack) |
|
The documentation for this class was generated from the following file: