LeviLamina
Loading...
Searching...
No Matches
FileOpenMode.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Core {
6
7class FileOpenMode {
8public:
9 // member variables
10 // NOLINTBEGIN
11 bool mUnkd21c33 : 1;
12 bool mUnkb28032 : 1;
13 bool mUnk379bb9 : 1;
14 bool mUnke8464a : 1;
15 bool mUnkac531a : 1;
16 bool mUnkf14fe5 : 1;
17 bool mUnk7660af : 1;
18 bool mUnk8dc531 : 1;
19 bool mUnk7357bd : 1;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 FileOpenMode& operator=(FileOpenMode const&);
25 FileOpenMode(FileOpenMode const&);
26 FileOpenMode();
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI explicit FileOpenMode(int openMode);
32
33 MCNAPI wchar_t const* cModeWide();
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCNAPI void* $ctor(int openMode);
40 // NOLINTEND
41};
42
43} // namespace Core
MCAPI void * $ctor(int openMode)
MCAPI FileOpenMode(int openMode)
MCAPI wchar_t const * cModeWide()