LeviLamina
Loading...
Searching...
No Matches
PrintStream.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // virtual functions
8 // NOLINTBEGIN
9 virtual ~PrintStream();
10
11 virtual void print(::std::string const&);
12 // NOLINTEND
13
14public:
15 // member functions
16 // NOLINTBEGIN
17 MCNAPI void println(::std::string const& s);
18 // NOLINTEND
19
20public:
21 // destructor thunk
22 // NOLINTBEGIN
23 MCNAPI void $dtor();
24 // NOLINTEND
25
26public:
27 // virtual function thunks
28 // NOLINTBEGIN
29
30 // NOLINTEND
31};
Definition PrintStream.h:5
MCAPI void println(::std::string const &s)
MCAPI void $dtor()