#include <ios>#include <limits>#include <bits/istream.tcc>Include dependency graph for istream:

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_istream< CharT, Traits > |
| Controlling input. More... | |
| class | std::basic_istream< CharT, Traits >::sentry |
| Performs setup work for input streams. More... | |
| class | std::basic_iostream< CharT, Traits > |
| Merging istream and ostream capabilities. More... | |
| template<typename CharT, typename Traits> | |
| basic_istream< CharT, Traits > & | std::operator>> (basic_istream< CharT, Traits > &in, CharT &c) |
| Character extractors. | |
| template<class Traits> | |
| basic_istream< char, Traits > & | std::operator>> (basic_istream< char, Traits > &in, unsigned char &c) |
| Character extractors. | |
| template<class Traits> | |
| basic_istream< char, Traits > & | std::operator>> (basic_istream< char, Traits > &in, signed char &c) |
| Character extractors. | |
| template<typename CharT, typename Traits> | |
| basic_istream< CharT, Traits > & | std::operator>> (basic_istream< CharT, Traits > &in, CharT *s) |
| Character string extractors. | |
| template<class Traits> | |
| basic_istream< char, Traits > & | std::operator>> (basic_istream< char, Traits > &in, unsigned char *s) |
| Character string extractors. | |
| template<class Traits> | |
| basic_istream< char, Traits > & | std::operator>> (basic_istream< char, Traits > &in, signed char *s) |
| Character string extractors. | |
Defines | |
| #define | GLIBCXXISTREAM |
Typedefs | |
| typedef Traits | traits_type |
| Easy access to dependant types. | |
|
typedef basic_streambuf< CharT, Traits > | streambuf_type |
|
typedef basic_istream< CharT, Traits > | __istream_type |
| typedef __istream_type::ctype_type | ctype_type |
| typedef Traits::int_type | int_type |
Functions | |
| template<typename CharT, typename Traits> | |
| basic_istream< CharT, Traits > & | std::ws (basic_istream< CharT, Traits > &__is) |
| Quick and easy way to eat whitespace. | |
Variables | |
| bool | M_ok |
include this header in your programs, rather than any of the "st[dl]_*.h" implementation files.
Definition in file istream.
|
|
Easy access to dependant types.
|
1.4.4