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
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 0
30 virtual ~CommandsRegistryConfiguration() /*override*/;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
39
40 MCNAPI ::CommandsRegistryConfiguration& operator=(::CommandsRegistryConfiguration&&);
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCNAPI void* $ctor();
53
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCNAPI void $dtor();
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
Definition EnableNonOwnerReferences.h:7
Definition CommandsRegistryConfiguration.h:13
MCAPI CommandsRegistryConfiguration(::CommandsRegistryConfiguration &&)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::CommandsRegistryConfiguration & operator=(::CommandsRegistryConfiguration &&)
MCAPI void * $ctor(::CommandsRegistryConfiguration &&)
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14