LeviLamina
Loading...
Searching...
No Matches
ResourceGroup.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/NonCopyable.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 ResourceGroup& operator=(ResourceGroup const&);
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI ~ResourceGroup();
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCAPI void $dtor();
32 // NOLINTEND
33};
Definition NonCopyable.h:7
Definition ResourceGroup.h:8
Definition Alias.h:14