LeviLamina
Loading...
Searching...
No Matches
RegistryKey.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 RegistryKey& operator=(RegistryKey const&);
18
19public:
20 // member functions
21 // NOLINTBEGIN
22 MCAPI bool readValue(char const* key, ::std::string& result) const;
23
24 MCAPI ~RegistryKey();
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCAPI void $dtor();
31 // NOLINTEND
32};
Definition RegistryKey.h:5
Definition Alias.h:14