39 void readAll(std::string* out_allText);
57 std::string m_streamName;
Read text with basic auto formatting applied.
Definition FormattedTextInputStream.h:16
FormattedTextInputStream(FormattedTextInputStream &&other)=default
void readAll(std::string *out_allText)
Read all remaining text. All contents are preserved. All original input contents are preserved (inclu...
Definition FormattedTextInputStream.cpp:47
void readAllTightly(std::string *out_allText)
Read all remaining text without any whitespaces.
Definition FormattedTextInputStream.cpp:75
FormattedTextInputStream & operator=(FormattedTextInputStream &&rhs)=default
FormattedTextInputStream()=default
std::string acquireName() const override
Access to the stream's name. This method is not meant to be used in a high performance context,...
Definition FormattedTextInputStream.cpp:42
General path representation. Does not check whether the target actually exists (e....
Definition Path.h:21
The root for all renderer implementations.
Definition EEngineProject.h:6