LeviLamina
Loading...
Searching...
No Matches
ProfileSectionGroup.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Core::Profile { class AnnotationToken; }
8// clang-format on
9
10namespace Core::Profile {
11
12class ProfileSectionGroup {
13public:
14 // ProfileSectionGroup inner types declare
15 // clang-format off
16 struct ExplicitlyInvalid;
17 // clang-format on
18
19 // ProfileSectionGroup inner types define
21
22public:
23 // member variables
24 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 ProfileSectionGroup& operator=(ProfileSectionGroup const&);
33 ProfileSectionGroup(ProfileSectionGroup const&);
34 ProfileSectionGroup();
35
36public:
37 // member functions
38 // NOLINTBEGIN
40
42
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
50
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCNAPI void $dtor();
58 // NOLINTEND
59};
60
61} // namespace Core::Profile
Definition AnnotationToken.h:16
MCAPI void * $ctor(::Core::Profile::ProfileSectionGroup::ExplicitlyInvalid)
MCAPI void * $ctor(::Core::Profile::AnnotationToken &token)
MCAPI ProfileSectionGroup(::Core::Profile::AnnotationToken &token)
MCAPI ProfileSectionGroup(::Core::Profile::ProfileSectionGroup::ExplicitlyInvalid)
Definition Alias.h:14