PrintOutput class
Derived classes
- class BufferingPrintOutput
- class StreamPrintOutput
- class StringCutOffPrintOutput
- class StringPrintOutput
Constructors, destructors, conversion operators
- ~PrintOutput() defaulted virtual
Public functions
- void write(const char* string, s32 size) pure virtual
- void writeLineBreak()
- auto operator<<(PrintFormatter& formatter) -> PrintFormatter&