LeviLamina
Loading...
Searching...
No Matches
CerealDocumentUpgradeStep.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class SemVersion;
8// clang-format on
9
10class CerealDocumentUpgradeStep {
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 CerealDocumentUpgradeStep& operator=(CerealDocumentUpgradeStep const&);
21 CerealDocumentUpgradeStep(CerealDocumentUpgradeStep const&);
22 CerealDocumentUpgradeStep();
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual ~CerealDocumentUpgradeStep();
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCNAPI bool apply(
34 ::rapidjson::GenericDocument<
35 ::rapidjson::UTF8<char>,
36 ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>,
37 ::rapidjson::CrtAllocator>& document,
38 ::SemVersion const& documentVersion
39 ) const;
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCNAPI void $dtor();
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
MCAPI bool apply(::rapidjson::GenericDocument< ::rapidjson::UTF8< char >, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator >, ::rapidjson::CrtAllocator > &document, ::SemVersion const &documentVersion) const
static MCAPI void ** $vftable()
Definition SemVersion.h:15
Definition Alias.h:14