Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::stringstream Struct Reference

Public Member Functions

 stringstream (stringstream &&str) noexcept
 
stringstreamoperator= (stringstream &&str) noexcept
 
stringstreamoperator= (const stringstream &str)=delete
 
 stringstream (const stringstream &str)=delete
 
stringstreamoperator<< (const char *str)
 
flecs::string str ()
 

Detailed Description

Definition at line 8 of file stringstream.hpp.

Constructor & Destructor Documentation

◆ stringstream() [1/2]

flecs::stringstream::stringstream ( )
inlineexplicit

Definition at line 9 of file stringstream.hpp.

◆ ~stringstream()

flecs::stringstream::~stringstream ( )
inline

Definition at line 12 of file stringstream.hpp.

◆ stringstream() [2/2]

flecs::stringstream::stringstream ( stringstream && str)
inlinenoexcept

Definition at line 16 of file stringstream.hpp.

Member Function Documentation

◆ operator<<()

stringstream & flecs::stringstream::operator<< ( const char * str)
inline

Definition at line 33 of file stringstream.hpp.

◆ operator=()

stringstream & flecs::stringstream::operator= ( stringstream && str)
inlinenoexcept

Definition at line 22 of file stringstream.hpp.

◆ str()

flecs::string flecs::stringstream::str ( )
inline

Definition at line 38 of file stringstream.hpp.


The documentation for this struct was generated from the following file: