libstdc++
|
Go to the source code of this file.
Classes | |
class | std::basic_istringstream< _CharT, _Traits, _Alloc > |
Controlling input for std::string.This class supports reading from objects of type std::basic_string, using the inherited functions from std::basic_istream. To control the associated sequence, an instance of std::basic_stringbuf is used, which this page refers to as sb . More... | |
class | std::basic_ostringstream< _CharT, _Traits, _Alloc > |
Controlling output for std::string.This class supports writing to objects of type std::basic_string, using the inherited functions from std::basic_ostream. To control the associated sequence, an instance of std::basic_stringbuf is used, which this page refers to as sb . More... | |
class | std::basic_stringbuf< _CharT, _Traits, _Alloc > |
The actual work of input and output (for std::string).This class associates either or both of its input and output sequences with a sequence of characters, which can be initialized from, or made available as, a std::basic_string . (Paraphrased from [27.7.1]/1.) More... | |
class | std::basic_stringstream< _CharT, _Traits, _Alloc > |
Controlling input and output for std::string.This class supports reading from and writing to objects of type std::basic_string, using the inherited functions from std::basic_iostream. To control the associated sequence, an instance of std::basic_stringbuf is used, which this page refers to as sb . More... |
Namespaces | |
namespace | std |
Macros | |
#define | _GLIBCXX_SSTREAM |
This is a Standard C++ Library header.
Definition in file sstream.