2 Cafu Engine, http://www.cafu.de/
3 Copyright (c) Carsten Fuchs and other contributors.
4 This project is licensed under the terms of the MIT license.
7 #include "ConsoleStringBuffer.hpp"
12 ConsoleStringBufferT::ConsoleStringBufferT()
18 const std::string
& ConsoleStringBufferT::GetBuffer() const
24 void ConsoleStringBufferT::ClearBuffer()
30 void ConsoleStringBufferT::Print(const std::string
& s
)
36 void ConsoleStringBufferT::DevPrint(const std::string
& s
)
43 void ConsoleStringBufferT::Warning(const std::string
& s
)
50 void ConsoleStringBufferT::DevWarning(const std::string
& s
)
52 Buffer
+="[Dev] Warning: ";