LeviLamina
Loading...
Searching...
No Matches
OutputFileStream.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/file/FileStream.h"
7
8
namespace
Core {
9
10
class
OutputFileStream
:
public
::Core::FileStream
,
public
virtual
::std::ios {
11
public
:
12
// virtual functions
13
// NOLINTBEGIN
14
virtual
~OutputFileStream
()
/*override*/
=
default
;
15
// NOLINTEND
16
17
public
:
18
// member functions
19
// NOLINTBEGIN
20
MCNAPI
OutputFileStream
();
21
// NOLINTEND
22
23
public
:
24
// constructor thunks
25
// NOLINTBEGIN
26
MCNAPI
void
*
$ctor
();
27
// NOLINTEND
28
29
public
:
30
// vftables
31
// NOLINTBEGIN
32
MCNAPI
static
void
**
$vftable
();
33
// NOLINTEND
34
};
35
36
}
// namespace Core
Core::FileStream
Definition
FileStream.h:13
Core::OutputFileStream::$ctor
MCAPI void * $ctor()
Core::OutputFileStream::OutputFileStream
MCAPI OutputFileStream()
Core::OutputFileStream::$vftable
static MCAPI void ** $vftable()
src
mc
deps
core
file
OutputFileStream.h
Generated on
for LeviLamina by
1.16.1