LeviLamina
Loading...
Searching...
No Matches
PrintStream.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
PrintStream
{
6
public
:
7
// virtual functions
8
// NOLINTBEGIN
9
// vIndex: 0
10
virtual
~PrintStream
();
11
12
// vIndex: 1
13
virtual
void
print(::std::string
const
& s);
14
// NOLINTEND
15
16
public
:
17
// destructor thunk
18
// NOLINTBEGIN
19
MCNAPI
void
$dtor
();
20
// NOLINTEND
21
22
public
:
23
// virtual function thunks
24
// NOLINTBEGIN
25
MCNAPI
void
$print
(::std::string
const
& s);
26
// NOLINTEND
27
28
public
:
29
// vftables
30
// NOLINTBEGIN
31
MCNAPI
static
void
**
$vftable
();
32
// NOLINTEND
33
};
PrintStream
Definition
PrintStream.h:5
PrintStream::$vftable
static MCAPI void ** $vftable()
PrintStream::$print
MCAPI void $print(::std::string const &s)
PrintStream::$dtor
MCAPI void $dtor()
src
mc
util
PrintStream.h
Generated on Fri Jun 13 2025 05:04:55 for LeviLamina by
1.12.0