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
13class CommandsRegistryConfiguration : public ::Bedrock::EnableNonOwnerReferences {
14public:
15 // member variables
16 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 CommandsRegistryConfiguration& operator=(CommandsRegistryConfiguration const&);
24 CommandsRegistryConfiguration(CommandsRegistryConfiguration const&);
25 CommandsRegistryConfiguration();
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ~CommandsRegistryConfiguration() /*override*/;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCNAPI CommandsRegistryConfiguration(::CommandsRegistryConfiguration&&);
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCNAPI_S static void bindType(::cereal::ReflectionCtx& ctx);
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCNAPI void* $ctor(::CommandsRegistryConfiguration&&);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI void $dtor();
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
Definition EnableNonOwnerReferences.h:7
MCAPI CommandsRegistryConfiguration(::CommandsRegistryConfiguration &&)
MCAPI void * $ctor(::CommandsRegistryConfiguration &&)
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14