libstdc++
|
Go to the source code of this file.
Classes | |
class | std::basic_istringstream< _CharT, _Traits, _Alloc > |
Controlling input for std::string. More... | |
class | std::basic_ostringstream< _CharT, _Traits, _Alloc > |
Controlling output for std::string. More... | |
class | std::basic_stringbuf< _CharT, _Traits, _Alloc > |
The actual work of input and output (for std::string). More... | |
class | std::basic_stringstream< _CharT, _Traits, _Alloc > |
Controlling input and output for std::string. More... | |
Namespaces | |
namespace | std |
Defines | |
#define | _GLIBCXX_SSTREAM |
Functions | |
template<class _CharT , class _Traits , class _Allocator > | |
void | std::swap (basic_stringbuf< _CharT, _Traits, _Allocator > &__x, basic_stringbuf< _CharT, _Traits, _Allocator > &__y) |
template<class _CharT , class _Traits , class _Allocator > | |
void | std::swap (basic_istringstream< _CharT, _Traits, _Allocator > &__x, basic_istringstream< _CharT, _Traits, _Allocator > &__y) |
template<class _CharT , class _Traits , class _Allocator > | |
void | std::swap (basic_ostringstream< _CharT, _Traits, _Allocator > &__x, basic_ostringstream< _CharT, _Traits, _Allocator > &__y) |
template<class _CharT , class _Traits , class _Allocator > | |
void | std::swap (basic_stringstream< _CharT, _Traits, _Allocator > &__x, basic_stringstream< _CharT, _Traits, _Allocator > &__y) |
This is a Standard C++ Library header.
Definition in file sstream.