istream.tcc File Reference

#include <locale>
#include <ostream>

Go to the source code of this file.

Namespaces

namespace  std
template<typename _CharT, typename _Traits>
basic_istream< _CharT, _Traits > & std::operator>> (basic_istream< _CharT, _Traits > &__in, _CharT &__c)
 Character extractors.
template<typename _CharT, typename _Traits>
basic_istream< _CharT, _Traits > & std::operator>> (basic_istream< _CharT, _Traits > &__in, _CharT *__s)
 Character string extractors.

Defines

#define _ISTREAM_TCC   1

Functions

template<typename _CharT, typename _Traits>
basic_istream< _CharT, _Traits > & std::ws (basic_istream< _CharT, _Traits > &__is)
 Quick and easy way to eat whitespace.
template<typename _CharT, typename _Traits, typename _Alloc>
basic_istream< _CharT, _Traits > & std::operator>> (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str)
 Read stream into a string.
template<typename _CharT, typename _Traits, typename _Alloc>
basic_istream< _CharT, _Traits > & std::getline (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim)
 Read a line from stream into a string.
template<typename _CharT, typename _Traits, typename _Alloc>
basic_istream< _CharT, _Traits > & std::getline (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str)
 Read a line from stream into a string.


Detailed Description

This is an internal header file, included by other library headers. You should not attempt to use it directly.

Definition in file istream.tcc.


Define Documentation

#define _ISTREAM_TCC   1

Definition at line 41 of file istream.tcc.


Generated on Tue Feb 2 16:57:21 2010 for GNU C++ STL by  doxygen 1.4.7