LeviLamina
Loading...
Searching...
No Matches
PersistenceGroupDataCollection.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 Editor::Services {
11
12struct PersistenceGroupDataCollection {
13public:
14 // member variables
15 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 PersistenceGroupDataCollection& operator=(PersistenceGroupDataCollection const&);
23 PersistenceGroupDataCollection(PersistenceGroupDataCollection const&);
24
25public:
26 // member functions
27 // NOLINTBEGIN
29
30 MCNAPI ::Editor::Services::PersistenceGroupDataCollection&
32
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCNAPI void* $ctor();
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53};
54
55} // namespace Editor::Services
Definition PersistenceGroupDataCollection.h:12
static MCAPI void bindTypes(::cereal::ReflectionCtx &ctx)
MCAPI::Editor::Services::PersistenceGroupDataCollection & operator=(::Editor::Services::PersistenceGroupDataCollection &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14