LeviLamina
Loading...
Searching...
No Matches
FeatureResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 FeatureResult& operator=(FeatureResult const&);
18
19public:
20 // member functions
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28 MCNAPI void $dtor();
29 // NOLINTEND
30};
Definition FeatureResult.h:5
MCAPI ~FeatureResult()
MCAPI void $dtor()
Definition Alias.h:14