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
virtual
~PrintStream
() =
default
;
10
11
virtual
void
print(::std::string
const
& s);
12
// NOLINTEND
13
14
public
:
15
// virtual function thunks
16
// NOLINTBEGIN
17
MCNAPI
void
$print
(::std::string
const
& s);
18
19
20
// NOLINTEND
21
22
public
:
23
// vftables
24
// NOLINTBEGIN
25
MCNAPI
static
void
**
$vftable
();
26
// NOLINTEND
27
};
PrintStream
Definition
PrintStream.h:5
PrintStream::$vftable
static MCAPI void ** $vftable()
PrintStream::$print
MCAPI void $print(::std::string const &s)
src
mc
util
PrintStream.h
Generated on
for LeviLamina by
1.16.1