ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

basic_istream< _CharT, _Traits > Class Template Reference

#include <_istream.h>

Inherits basic_ios< _CharT, _Traits >.

Inherited by basic_ifstream< _CharT, _Traits >, basic_iostream< _CharT, _Traits >, and basic_istringstream< _CharT, _Traits, _Alloc >.

Data Structures

class  sentry

Public Types

typedef _CharT char_type
typedef _Traits::int_type int_type
typedef _Traits::pos_type pos_type
typedef _Traits::off_type off_type
typedef _Traits traits_type
typedef basic_ios< _CharT,
_Traits > 
_Basic_ios
typedef basic_ios< _CharT,
_Traits > &(_STLP_CALL
__ios_fn )(basic_ios< _CharT, _Traits > &)
typedef ios_base &(_STLP_CALL__ios_base_fn )(ios_base &)
typedef _Self &(_STLP_CALL__istream_fn )(_Self &)

Public Member Functions

 basic_istream (basic_streambuf< _CharT, _Traits > *__buf)
 ~basic_istream ()
_Selfoperator>> (__istream_fn __f)
_Selfoperator>> (__ios_fn __f)
_Selfoperator>> (__ios_base_fn __f)
_Selfoperator>> (short &__val)
_Selfoperator>> (int &__val)
_Selfoperator>> (unsigned short &__val)
_Selfoperator>> (unsigned int &__val)
_Selfoperator>> (long &__val)
_Selfoperator>> (unsigned long &__val)
_Selfoperator>> (float &__val)
_Selfoperator>> (double &__val)
_Selfoperator>> (long double &__val)
_Selfoperator>> (bool &__val)
_Selfoperator>> (void *&__val)
_Selfoperator>> (basic_streambuf< _CharT, _Traits > *)
streamsize gcount () const
int_type peek ()
int_type get ()
_Selfget (char_type &__c)
_Selfget (char_type *__s, streamsize __n, char_type __delim)
_Selfget (char_type *__s, streamsize __n)
_Selfget (basic_streambuf< _CharT, _Traits > &__buf, char_type __delim)
_Selfget (basic_streambuf< _CharT, _Traits > &__buf)
_Selfgetline (char_type *__s, streamsize __n, char_type delim)
_Selfgetline (char_type *__s, streamsize __n)
_Selfignore ()
_Selfignore (streamsize __n)
_Selfignore (streamsize __n, int_type __delim)
_Selfread (char_type *__s, streamsize __n)
streamsize readsome (char_type *__s, streamsize __n)
_Selfputback (char_type __c)
_Selfunget ()
int sync ()
pos_type tellg ()
_Selfseekg (pos_type __pos)
_Selfseekg (off_type, ios_base::seekdir)
void _M_formatted_get (_CharT &__c)
void _M_formatted_get (_CharT *__s)
void _M_skip_whitespace (bool __set_failbit)

Private Types

typedef basic_istream< _CharT,
_Traits > 
_Self

Private Attributes

streamsize _M_gcount

Detailed Description

template<class _CharT, class _Traits>
class basic_istream< _CharT, _Traits >

Definition at line 63 of file _istream.h.


The documentation for this class was generated from the following files:

Generated on Sun May 27 2012 06:15:18 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.