LeviLamina
Loading...
Searching...
No Matches
CommandsRegistryConfiguration.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
29 virtual ~CommandsRegistryConfiguration() /*override*/;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
36
38
40
41 MCNAPI ::CommandsRegistryConfiguration& operator=(::CommandsRegistryConfiguration&&);
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCNAPI void* $ctor();
54
56
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCNAPI void $dtor();
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
Definition EnableNonOwnerReferences.h:7
Definition CommandsRegistryConfiguration.h:13
MCAPI void * $ctor(::CommandsRegistryConfiguration const &)
MCAPI CommandsRegistryConfiguration(::CommandsRegistryConfiguration &&)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::CommandsRegistryConfiguration & operator=(::CommandsRegistryConfiguration &&)
MCAPI void * $ctor(::CommandsRegistryConfiguration &&)
MCAPI CommandsRegistryConfiguration(::CommandsRegistryConfiguration const &)
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14