LeviLamina
Loading...
Searching...
No Matches
ClientStoreEntryPointConfiguration.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace ServerConfiguration {
11
12struct ClientStoreEntryPointConfiguration {
13public:
14 // member variables
15 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 ClientStoreEntryPointConfiguration& operator=(ClientStoreEntryPointConfiguration const&);
23 ClientStoreEntryPointConfiguration();
24
25public:
26 // member functions
27 // NOLINTBEGIN
29
30 MCNAPI ::ServerConfiguration::ClientStoreEntryPointConfiguration&
32
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53};
54
55} // namespace ServerConfiguration
Definition ClientStoreEntryPointConfiguration.h:12
MCAPI void * $ctor(::ServerConfiguration::ClientStoreEntryPointConfiguration const &)
MCAPI::ServerConfiguration::ClientStoreEntryPointConfiguration & operator=(::ServerConfiguration::ClientStoreEntryPointConfiguration &&)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI ClientStoreEntryPointConfiguration(::ServerConfiguration::ClientStoreEntryPointConfiguration const &)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14