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 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
47 ::SemVersion deprecateVersion,
48 ::std::string const& schemaKey,
49 ::std::string const& jsonMemberName
50 );
51 // NOLINTEND
52
53public:
54 // constructor thunks
55 // NOLINTBEGIN
56 MCNAPI void*
57 $ctor(::SemVersion deprecateVersion, ::std::string const& schemaKey, ::std::string const& jsonMemberName);
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63 MCNAPI bool $previousSchema(
64 ::rapidjson::
65 GenericValue<::rapidjson::UTF8<char>, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>> const&
66 ) const;
67
68 MCNAPI void $upgradeToNext(
69 ::rapidjson::GenericDocument<
70 ::rapidjson::UTF8<char>,
71 ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>,
72 ::rapidjson::CrtAllocator>& document,
73 ::SemVersion const& documentOriginalVersion
74 ) const;
75
76
77 // NOLINTEND
78
79public:
80 // vftables
81 // NOLINTBEGIN
82 MCNAPI static void** $vftable();
83 // NOLINTEND
84};
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