LeviLamina
Loading...
Searching...
No Matches
PersistenceGroupDataCollection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor::Services {
6
8public:
9 // member variables
10 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
24
25 MCNAPI ::Editor::Services::PersistenceGroupDataCollection&
27
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCNAPI void $dtor();
41 // NOLINTEND
42};
43
44} // namespace Editor::Services
Definition PersistenceGroupDataCollection.h:7
MCAPI void * $ctor(::Editor::Services::PersistenceGroupDataCollection const &)
MCAPI::Editor::Services::PersistenceGroupDataCollection & operator=(::Editor::Services::PersistenceGroupDataCollection &&)
MCAPI PersistenceGroupDataCollection(::Editor::Services::PersistenceGroupDataCollection const &)
Definition Alias.h:14