35 #ifndef _GLIBCXX_IOSFWD
36 #define _GLIBCXX_IOSFWD 1
38 #pragma GCC system_header
44 _GLIBCXX_BEGIN_NAMESPACE(std)
46 template<typename _CharT, typename _Traits = char_traits<_CharT> >
49 template<typename _CharT, typename _Traits =
char_traits<_CharT> >
52 template<typename _CharT, typename _Traits =
char_traits<_CharT> >
55 template<typename _CharT, typename _Traits =
char_traits<_CharT> >
58 template<typename _CharT, typename _Traits =
char_traits<_CharT> >
61 template<typename _CharT, typename _Traits =
char_traits<_CharT>,
65 template<typename _CharT, typename _Traits =
char_traits<_CharT>,
69 template<typename _CharT, typename _Traits =
char_traits<_CharT>,
73 template<typename _CharT, typename _Traits =
char_traits<_CharT>,
77 template<typename _CharT, typename _Traits =
char_traits<_CharT> >
80 template<typename _CharT, typename _Traits =
char_traits<_CharT> >
83 template<typename _CharT, typename _Traits =
char_traits<_CharT> >
86 template<typename _CharT, typename _Traits =
char_traits<_CharT> >
89 template<typename _CharT, typename _Traits =
char_traits<_CharT> >
92 template<typename _CharT, typename _Traits =
char_traits<_CharT> >
127 typedef basic_ios<
char>
ios;
141 #ifdef _GLIBCXX_USE_WCHAR_T
158 _GLIBCXX_END_NAMESPACE
basic_stringstream< wchar_t > wstringstream
One of the I/O .
basic_streambuf< wchar_t > wstreambuf
One of the I/O .
Controlling input for std::string.This class supports reading from objects of type std::basic_string...
basic_filebuf< wchar_t > wfilebuf
One of the I/O .
The actual work of input and output (for std::string).This class associates either or both of its inp...
Merging istream and ostream capabilities.This class multiply inherits from the input and output strea...
Controlling output for files.This class supports reading from named files, using the inherited functi...
The actual work of input and output (interface).
The base of the I/O class hierarchy.This class defines everything that can be defined about I/O that ...
The "standard" allocator, as per [20.4].Further details: http://gcc.gnu.org/onlinedocs/libstdc++/manu...
Virtual base class for all stream classes.Most of the member functions called dispatched on stream ob...
basic_ostream< wchar_t > wostream
One of the I/O .
Controlling output.This is the base class for all output streams. It provides text formatting of all ...
basic_ofstream< wchar_t > wofstream
One of the I/O .
Provides input iterator semantics for streambufs.
basic_ostringstream< wchar_t > wostringstream
One of the I/O .
Controlling input for files.This class supports reading from named files, using the inherited functio...
basic_ios< wchar_t > wios
One of the I/O .
Controlling output for std::string.This class supports writing to objects of type std::basic_string...
The actual work of input and output (for files).This class associates both its input and output seque...
Provides output iterator semantics for streambufs.
basic_istream< wchar_t > wistream
One of the I/O .
basic_ifstream< wchar_t > wifstream
One of the I/O .
basic_fstream< wchar_t > wfstream
One of the I/O .
basic_iostream< wchar_t > wiostream
One of the I/O .
basic_stringbuf< wchar_t > wstringbuf
One of the I/O .
Controlling input and output for std::string.This class supports reading from and writing to objects ...
Controlling input.This is the base class for all input streams. It provides text formatting of all bu...
basic_istringstream< wchar_t > wistringstream
One of the I/O .
Controlling input and output for files.This class supports reading from and writing to named files...
Basis for explicit traits specializations.