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
();
10
11
virtual
void
print(::std::string
const
&);
12
// NOLINTEND
13
14
public
:
15
// member functions
16
// NOLINTBEGIN
17
MCNAPI
void
println
(::std::string
const
& s);
18
// NOLINTEND
19
20
public
:
21
// destructor thunk
22
// NOLINTBEGIN
23
MCNAPI
void
$dtor
();
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
30
// NOLINTEND
31
};
PrintStream
Definition
PrintStream.h:5
PrintStream::println
MCAPI void println(::std::string const &s)
PrintStream::$dtor
MCAPI void $dtor()
src
mc
util
PrintStream.h
Generated on
for LeviLamina by
1.16.1