LeviLamina
Loading...
Searching...
No Matches
FileOpenMode.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Core {
6
7
class
FileOpenMode
{
8
public
:
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
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
FileOpenMode
& operator=(
FileOpenMode
const
&);
23
FileOpenMode
(
FileOpenMode
const
&);
24
FileOpenMode
();
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCNAPI
explicit
FileOpenMode
(
char
const
* p);
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCNAPI
void
*
$ctor
(
char
const
* p);
36
// NOLINTEND
37
};
38
39
}
// namespace Core
Core::FileOpenMode
Definition
FileOpenMode.h:7
Core::FileOpenMode::FileOpenMode
MCAPI FileOpenMode(char const *p)
Core::FileOpenMode::$ctor
MCAPI void * $ctor(char const *p)
src
mc
deps
core
file
FileOpenMode.h
Generated on Fri Jun 13 2025 05:04:21 for LeviLamina by
1.12.0