LeviLamina
Loading...
Searching...
No Matches
CerealSchemaDeprecate.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/CerealSchemaUpgrade.h"
7
8// auto generated forward declare list
9// clang-format off
10class SemVersion;
11// clang-format on
12
13class CerealSchemaDeprecate : public ::CerealSchemaUpgrade {
14public:
15 // member variables
16 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 CerealSchemaDeprecate& operator=(CerealSchemaDeprecate const&);
23 CerealSchemaDeprecate(CerealSchemaDeprecate const&);
24 CerealSchemaDeprecate();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual bool previousSchema(
30 ::rapidjson::
31 GenericValue<::rapidjson::UTF8<char>, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>> const&
32 ) const /*override*/;
33
34 virtual void upgradeToNext(
35 ::rapidjson::GenericDocument<
36 ::rapidjson::UTF8<char>,
37 ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>,
38 ::rapidjson::CrtAllocator>& document,
39 ::SemVersion const& documentOriginalVersion
40 ) const /*override*/;
41
42 virtual ~CerealSchemaDeprecate() /*override*/ = default;
43 // NOLINTEND
44
45public:
46 // member functions
47 // NOLINTBEGIN
49 ::SemVersion deprecateVersion,
50 ::std::string const& schemaKey,
51 ::std::string const& jsonMemberName
52 );
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58 MCNAPI void*
59 $ctor(::SemVersion deprecateVersion, ::std::string const& schemaKey, ::std::string const& jsonMemberName);
60 // NOLINTEND
61
62public:
63 // virtual function thunks
64 // NOLINTBEGIN
65 MCNAPI bool $previousSchema(
66 ::rapidjson::
67 GenericValue<::rapidjson::UTF8<char>, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>> const&
68 ) const;
69
70 MCNAPI void $upgradeToNext(
71 ::rapidjson::GenericDocument<
72 ::rapidjson::UTF8<char>,
73 ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>,
74 ::rapidjson::CrtAllocator>& document,
75 ::SemVersion const& documentOriginalVersion
76 ) const;
77
78
79 // NOLINTEND
80
81public:
82 // vftables
83 // NOLINTBEGIN
84 MCNAPI static void** $vftable();
85 // NOLINTEND
86};
static MCAPI void ** $vftable()
MCAPI void * $ctor(::SemVersion deprecateVersion, ::std::string const &schemaKey, ::std::string const &jsonMemberName)
MCAPI void $upgradeToNext(::rapidjson::GenericDocument< ::rapidjson::UTF8< char >, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator >, ::rapidjson::CrtAllocator > &document, ::SemVersion const &documentOriginalVersion) const
MCAPI CerealSchemaDeprecate(::SemVersion deprecateVersion, ::std::string const &schemaKey, ::std::string const &jsonMemberName)
MCAPI bool $previousSchema(::rapidjson::GenericValue<::rapidjson::UTF8< char >, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator > > const &) const
Definition SemVersion.h:15
Definition Alias.h:14