istream.tcc File Reference
Go to the source code of this file.
Namespaces
Defines
Functions
- template<typename _CharT , typename _Traits , typename _Alloc > basic_istream< _CharT, _Traits > & getline (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str)
- template<typename _CharT , typename _Traits , typename _Alloc > basic_istream< _CharT, _Traits > & getline (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim)
-
template wistream & operator>> (wistream &, wchar_t *)
-
template wistream & operator>> (wistream &, wchar_t &)
-
template istream & operator>> (istream &, signed char *)
-
template istream & operator>> (istream &, unsigned char *)
-
template istream & operator>> (istream &, signed char &)
-
template istream & operator>> (istream &, unsigned char &)
-
template istream & operator>> (istream &, char *)
-
template istream & operator>> (istream &, char &)
- template<typename _CharT , typename _Traits , typename _Alloc > basic_istream< _CharT, _Traits > & operator>> (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str)
-
template istream & ws (istream &)
- template<typename _CharT , typename _Traits > basic_istream< _CharT, _Traits > & ws (basic_istream< _CharT, _Traits > &__is)
|
|
- template<typename _CharT , typename _Traits > basic_istream< _CharT, _Traits > & operator>> (basic_istream< _CharT, _Traits > &__in, _CharT *__s)
- template<typename _CharT , typename _Traits > basic_istream< _CharT, _Traits > & operator>> (basic_istream< _CharT, _Traits > &__in, _CharT &__c)
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.