16 ecs_strbuf_reset(&buf_);
21 ecs_strbuf_reset(&buf_);
28 ecs_strbuf_reset(&buf_);
41 ecs_strbuf_appendstr(&buf_,
str);
Simple stringstream wrapper around ecs_strbuf_t.
stringstream & operator=(stringstream &&str) noexcept
Move assignment operator.
stringstream(const stringstream &str)=delete
Ban implicit copies/allocations.
stringstream & operator=(const stringstream &str)=delete
Ban implicit copies/allocations.
stringstream()
Default constructor.
stringstream(stringstream &&str) noexcept
Move constructor.
flecs::string str()
Get the accumulated string as an owned flecs::string.
stringstream & operator<<(const char *str)
Append a C string to the stream.
~stringstream()
Destructor.