Definition at line 34 of file strstream.h.
|
| | sstream () FL_NOEXCEPT=default |
| |
| | sstream (const string &str) FL_NOEXCEPT |
| |
| const char * | c_str () const FL_NOEXCEPT |
| |
| void | clear () FL_NOEXCEPT |
| |
| int | getBase () const FL_NOEXCEPT |
| |
| sstream & | operator<< (bool b) FL_NOEXCEPT |
| |
| sstream & | operator<< (char c) FL_NOEXCEPT |
| |
| sstream & | operator<< (const audio::fft::Bins &bins) FL_NOEXCEPT |
| |
| sstream & | operator<< (const bitset_dynamic &bs) FL_NOEXCEPT |
| |
| template<fl::u32 N> |
| sstream & | operator<< (const bitset_fixed< N > &bs) FL_NOEXCEPT |
| |
| template<fl::u32 N> |
| sstream & | operator<< (const bitset_inlined< N > &bs) FL_NOEXCEPT |
| |
| sstream & | operator<< (const char *str) FL_NOEXCEPT |
| |
| template<fl::size N> |
| sstream & | operator<< (const char(&str)[N]) FL_NOEXCEPT |
| |
| sstream & | operator<< (const CRGB &rgb) FL_NOEXCEPT |
| |
| sstream & | operator<< (const double &f) FL_NOEXCEPT |
| |
| template<typename Key, typename Value, typename Less> |
| sstream & | operator<< (const fl::flat_map< Key, Value, Less > &map) FL_NOEXCEPT |
| |
| template<typename T1, typename T2> |
| sstream & | operator<< (const fl::pair< T1, T2 > &p) FL_NOEXCEPT |
| |
| template<typename T, fl::size Extent> |
| sstream & | operator<< (const fl::span< T, Extent > &s) FL_NOEXCEPT |
| |
| template<typename Key, typename T, typename Hash, typename KeyEqual, int INLINED_COUNT> |
| sstream & | operator<< (const fl::unordered_map< Key, T, Hash, KeyEqual, INLINED_COUNT > &map) FL_NOEXCEPT |
| |
| template<typename Key, typename Hash, typename KeyEqual> |
| sstream & | operator<< (const fl::unordered_set< Key, Hash, KeyEqual > &set) FL_NOEXCEPT |
| |
| template<typename Key, typename Value, fl::size N> |
| sstream & | operator<< (const fl::unsorted_map_fixed< Key, Value, N > &map) FL_NOEXCEPT |
| |
| template<typename T> |
| sstream & | operator<< (const fl::vector< T > &vec) FL_NOEXCEPT |
| |
| sstream & | operator<< (const float &f) FL_NOEXCEPT |
| |
| template<typename T> |
| sstream & | operator<< (const Optional< T > &opt) FL_NOEXCEPT |
| |
| template<typename T> |
| sstream & | operator<< (const rect< T > &r) FL_NOEXCEPT |
| |
| sstream & | operator<< (const sstream &strStream) FL_NOEXCEPT |
| |
| sstream & | operator<< (const string &str) FL_NOEXCEPT |
| |
| template<typename T> |
| fl::enable_if< fl::is_same< decltype(static_cast< constT * >(nullptr) ->to_float()), float >::value &&!fl::is_floating_point< T >::value, sstream & >::type | operator<< (const T &val) FL_NOEXCEPT |
| |
| sstream & | operator<< (const Tile2x2_u8 &subpixel) FL_NOEXCEPT |
| |
| sstream & | operator<< (const Tile2x2_u8_wrap &tile) FL_NOEXCEPT |
| |
| template<typename T> |
| sstream & | operator<< (const vec2< T > &v) FL_NOEXCEPT |
| |
| sstream & | operator<< (signed char n) FL_NOEXCEPT |
| |
| template<typename T> |
| fl::enable_if< fl::is_enum< T >::value, sstream & >::type | operator<< (T e) FL_NOEXCEPT |
| |
| template<typename T> |
| fl::enable_if< fl::is_multi_byte_integer< T >::value, sstream & >::type | operator<< (T val) FL_NOEXCEPT |
| |
| sstream & | operator<< (unsigned char n) FL_NOEXCEPT |
| |
| sstream & | operator= (char c) FL_NOEXCEPT |
| |
| sstream & | operator= (const char *str) FL_NOEXCEPT |
| |
| sstream & | operator= (const CRGB &rgb) FL_NOEXCEPT |
| |
| sstream & | operator= (const fl::u16 &n) FL_NOEXCEPT |
| |
| sstream & | operator= (const fl::u8 &n) FL_NOEXCEPT |
| |
| sstream & | operator= (const string &str) FL_NOEXCEPT |
| |
| void | setTreatCharAsInt (bool treatCharAsInt) FL_NOEXCEPT |
| |
| string | str () const FL_NOEXCEPT |
| |