Core/StringStream: Add Clear and GetBufferSize methods
Former-commit-id: 946de91235bfc52a887f9607346c246482fb2535 [formerly 63a5cb1e59bf0a6d880b9d819196d71d99e8f6ac] Former-commit-id: 270a12bf160b5d87304e8c6beb2a21ec0bc09e83
This commit is contained in:
@@ -22,6 +22,10 @@ namespace Nz
|
||||
StringStream(const StringStream&) = default;
|
||||
StringStream(StringStream&&) noexcept = default;
|
||||
|
||||
void Clear();
|
||||
|
||||
std::size_t GetBufferSize() const;
|
||||
|
||||
String ToString() const;
|
||||
|
||||
StringStream& operator=(const StringStream&) = default;
|
||||
|
||||
Reference in New Issue
Block a user