22 enum class UpgradeResultCode : uchar {
24 UnsupportedVersion = 1 << 0,
27 InternalError = 1 << 3,
29 EnttEnumAsBitmask = 255,
33 enum class ValidationResultCode : uchar {
37 EnttEnumAsBitmask = 255,
40 struct ParseLogEntry {
51 ParseLogEntry& operator=(ParseLogEntry
const&);
75 struct UpgradeLogEntry {
87 UpgradeLogEntry& operator=(UpgradeLogEntry
const&);
111 struct ValidationLogEntry {
121 ValidationLogEntry& operator=(ValidationLogEntry
const&);
122 ValidationLogEntry(ValidationLogEntry
const&);
123 ValidationLogEntry();
152 Logger& operator=(Logger
const&);
162 MCNAPI ::entt::iterable_adaptor<
164 ::std::_Vector_const_iterator<::std::_Vector_val<::std::_Simple_types<::Puv::Logger::ParseLogEntry>>>>,
166 ::std::_Vector_const_iterator<::std::_Vector_val<::std::_Simple_types<::Puv::Logger::ParseLogEntry>>>>>
169 MCNAPI ::entt::iterable_adaptor<
171 ::std::_Vector_const_iterator<::std::_Vector_val<::std::_Simple_types<::Puv::Logger::UpgradeLogEntry>>>>,
173 ::std::_Vector_const_iterator<::std::_Vector_val<::std::_Simple_types<::Puv::Logger::UpgradeLogEntry>>>>>
176 MCNAPI ::entt::iterable_adaptor<
178 ::std::_Vector_const_iterator<::std::_Vector_val<::std::_Simple_types<::Puv::Logger::ValidationLogEntry>>>>,
180 ::std::_Vector_const_iterator<::std::_Vector_val<::std::_Simple_types<::Puv::Logger::ValidationLogEntry>>>>>
185 MCNAPI ::Puv::Logger&
log(::Puv::Logger::ValidationResultCode res, ::std::string msg);
187 MCNAPI ::Puv::Logger&
188 log(::cereal::ResultCode res,
189 ::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string>> path,
192 MCNAPI ::Puv::Logger&
193 log(::Puv::Logger::UpgradeResultCode res,
194 ::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string>> src,
195 ::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string>> dst,
213 ::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string>>
const& contextStack
MCAPI ::entt::iterable_adaptor< ::Puv::LoggerIterator< ::std::_Vector_const_iterator<::std::_Vector_val<::std::_Simple_types<::Puv::Logger::ParseLogEntry > > > >, ::Puv::LoggerIterator< ::std::_Vector_const_iterator<::std::_Vector_val<::std::_Simple_types<::Puv::Logger::ParseLogEntry > > > > > getParseLog(::cereal::ResultCode mask) const
MCAPI::Puv::Logger & log(::cereal::ResultCode res, ::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string > > path, ::std::string msg)
MCAPI ::entt::iterable_adaptor< ::Puv::LoggerIterator< ::std::_Vector_const_iterator<::std::_Vector_val<::std::_Simple_types<::Puv::Logger::UpgradeLogEntry > > > >, ::Puv::LoggerIterator< ::std::_Vector_const_iterator<::std::_Vector_val<::std::_Simple_types<::Puv::Logger::UpgradeLogEntry > > > > > getUpgradeLog(::Puv::Logger::UpgradeResultCode mask) const
MCAPI::Puv::Logger & log(::Puv::Logger::UpgradeResultCode res, ::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string > > src, ::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string > > dst, ::std::string msg)
MCAPI ::entt::iterable_adaptor< ::Puv::LoggerIterator< ::std::_Vector_const_iterator<::std::_Vector_val<::std::_Simple_types<::Puv::Logger::ValidationLogEntry > > > >, ::Puv::LoggerIterator< ::std::_Vector_const_iterator<::std::_Vector_val<::std::_Simple_types<::Puv::Logger::ValidationLogEntry > > > > > getValidationLog(::Puv::Logger::ValidationResultCode mask) const
MCAPI ParseLogEntry(::Puv::Logger::ParseLogEntry const &)
MCAPI void * $ctor(::Puv::Logger::ParseLogEntry const &)
MCAPI UpgradeLogEntry(::Puv::Logger::UpgradeLogEntry const &)
MCAPI void * $ctor(::Puv::Logger::UpgradeLogEntry const &)
MCAPI ~ValidationLogEntry()