|
| | stringstream (stringstream &&str) noexcept |
| stringstream & | operator= (stringstream &&str) noexcept |
|
stringstream & | operator= (const stringstream &str)=delete |
|
| stringstream (const stringstream &str)=delete |
| stringstream & | operator<< (const char *str) |
| flecs::string | str () |
Definition at line 8 of file stringstream.hpp.
◆ stringstream() [1/2]
| flecs::stringstream::stringstream |
( |
| ) |
|
|
inlineexplicit |
◆ ~stringstream()
| flecs::stringstream::~stringstream |
( |
| ) |
|
|
inline |
◆ stringstream() [2/2]
| flecs::stringstream::stringstream |
( |
stringstream && | str | ) |
|
|
inlinenoexcept |
◆ operator<<()
| stringstream & flecs::stringstream::operator<< |
( |
const char * | str | ) |
|
|
inline |
◆ operator=()
| stringstream & flecs::stringstream::operator= |
( |
stringstream && | str | ) |
|
|
inlinenoexcept |
◆ str()
The documentation for this struct was generated from the following file: