Atoms Crowd
7.0.0
|
Public Member Functions | |
StringStream (Allocator *allocator=defaultAllocator()) noexcept | |
const String & | str () const noexcept |
StringStream & | operator<< (const ToolchefsSTL::String &value) |
StringStream & | operator<< (const char *value) |
StringStream & | operator<< (const char value) |
StringStream & | operator<< (const double value) |
StringStream & | operator<< (const int value) |
StringStream & | operator<< (const unsigned int value) |
StringStream & | operator<< (const size_t value) |
StringStream & | operator<< (const long long value) |
StringStream & | operator<< (const bool value) |
StringStream & | operator<< (const float value) |
StringStream & | operator<< (const short value) |
StringStream & | operator<< (const unsigned short value) |
StringStream & | operator<< (const long value) |