#include <istream>#include <ostream>#include <bits/sstream.tcc>Include dependency graph for sstream:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| class | std::basic_stringbuf< CharT, Traits, Alloc > |
| The actual work of input and output (for std::string). More... | |
| 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_stringstream< CharT, Traits, Alloc > |
| Controlling input and output for std::string. More... | |
Defines | |
| #define | GLIBCXXSSTREAM |
include this header in your programs, rather than any of the "st[dl]_*.h" implementation files.
Definition in file sstream.
1.5.1