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