|
| istream_withassign () |
|
| ~istream_withassign () |
|
istream_withassign & | operator= (istream &__s) |
|
istream_withassign & | operator= (streambuf *__s) |
|
| basic_istream (basic_streambuf< char, char_traits< char > > *__buf) |
|
| ~basic_istream () |
|
_Self & | operator>> (__istream_fn __f) |
|
_Self & | operator>> (__ios_fn __f) |
|
_Self & | operator>> (__ios_base_fn __f) |
|
_Self & | operator>> (short &__val) |
|
_Self & | operator>> (int &__val) |
|
_Self & | operator>> (unsigned short &__val) |
|
_Self & | operator>> (unsigned int &__val) |
|
_Self & | operator>> (long &__val) |
|
_Self & | operator>> (unsigned long &__val) |
|
_Self & | operator>> (float &__val) |
|
_Self & | operator>> (double &__val) |
|
_Self & | operator>> (long double &__val) |
|
_Self & | operator>> (bool &__val) |
|
_Self & | operator>> (void *&__val) |
|
_Self & | operator>> (basic_streambuf< char, char_traits< char > > *) |
|
streamsize | gcount () const |
|
int_type | peek () |
|
int_type | get () |
|
_Self & | get (char_type &__c) |
|
_Self & | get (char_type *__s, streamsize __n, char_type __delim) |
|
_Self & | get (char_type *__s, streamsize __n) |
|
_Self & | get (basic_streambuf< char, char_traits< char > > &__buf, char_type __delim) |
|
_Self & | get (basic_streambuf< char, char_traits< char > > &__buf) |
|
_Self & | getline (char_type *__s, streamsize __n, char_type delim) |
|
_Self & | getline (char_type *__s, streamsize __n) |
|
_Self & | ignore () |
|
_Self & | ignore (streamsize __n) |
|
_Self & | ignore (streamsize __n, int_type __delim) |
|
_Self & | read (char_type *__s, streamsize __n) |
|
streamsize | readsome (char_type *__s, streamsize __n) |
|
_Self & | putback (char_type __c) |
|
_Self & | unget () |
|
int | sync () |
|
pos_type | tellg () |
|
_Self & | seekg (pos_type __pos) |
|
_Self & | seekg (off_type, ios_base::seekdir) |
|
void | _M_formatted_get (char &__c) |
|
void | _M_formatted_get (char *__s) |
|
void | _M_skip_whitespace (bool __set_failbit) |
|
| basic_ios (basic_streambuf< _CharT, _Traits > *__streambuf) |
|
virtual | ~basic_ios () |
|
basic_ostream< _CharT, _Traits > * | tie () const |
|
basic_ostream< _CharT, _Traits > * | tie (basic_ostream< char_type, traits_type > *__new_tied_ostream) |
|
basic_streambuf< _CharT, _Traits > * | rdbuf () const |
|
basic_streambuf< _CharT, _Traits > * | rdbuf (basic_streambuf< char_type, traits_type > *) |
|
basic_ios< _CharT, _Traits > & | copyfmt (const basic_ios< _CharT, _Traits > &__x) |
|
char_type | fill () const |
|
char_type | fill (char_type __fill) |
|
void | clear (iostate __state=goodbit) |
|
void | setstate (iostate __state) |
|
iostate | exceptions () const |
|
void | exceptions (iostate __mask) |
|
locale | imbue (const locale &) |
|
char | narrow (_CharT, char) const |
|
_CharT | widen (char) const |
|
const ctype< char_type > * | _M_ctype_facet () const |
|
void | _M_handle_exception (ios_base::iostate __flag) |
|
| _STLP_STATIC_CONSTANT (int, left=0x0001) |
|
| _STLP_STATIC_CONSTANT (int, right=0x0002) |
|
| _STLP_STATIC_CONSTANT (int, internal=0x0004) |
|
| _STLP_STATIC_CONSTANT (int, dec=0x0008) |
|
| _STLP_STATIC_CONSTANT (int, hex=0x0010) |
|
| _STLP_STATIC_CONSTANT (int, oct=0x0020) |
|
| _STLP_STATIC_CONSTANT (int, fixed=0x0040) |
|
| _STLP_STATIC_CONSTANT (int, scientific=0x0080) |
|
| _STLP_STATIC_CONSTANT (int, boolalpha=0x0100) |
|
| _STLP_STATIC_CONSTANT (int, showbase=0x0200) |
|
| _STLP_STATIC_CONSTANT (int, showpoint=0x0400) |
|
| _STLP_STATIC_CONSTANT (int, showpos=0x0800) |
|
| _STLP_STATIC_CONSTANT (int, skipws=0x1000) |
|
| _STLP_STATIC_CONSTANT (int, unitbuf=0x2000) |
|
| _STLP_STATIC_CONSTANT (int, uppercase=0x4000) |
|
| _STLP_STATIC_CONSTANT (int, adjustfield=left|right|internal) |
|
| _STLP_STATIC_CONSTANT (int, basefield=dec|hex|oct) |
|
| _STLP_STATIC_CONSTANT (int, floatfield=scientific|fixed) |
|
| _STLP_STATIC_CONSTANT (int, goodbit=0x00) |
|
| _STLP_STATIC_CONSTANT (int, badbit=0x01) |
|
| _STLP_STATIC_CONSTANT (int, eofbit=0x02) |
|
| _STLP_STATIC_CONSTANT (int, failbit=0x04) |
|
| _STLP_STATIC_CONSTANT (int, __default_mode=0x0) |
|
| _STLP_STATIC_CONSTANT (int, app=0x01) |
|
| _STLP_STATIC_CONSTANT (int, ate=0x02) |
|
| _STLP_STATIC_CONSTANT (int, binary=0x04) |
|
| _STLP_STATIC_CONSTANT (int, in=0x08) |
|
| _STLP_STATIC_CONSTANT (int, out=0x10) |
|
| _STLP_STATIC_CONSTANT (int, trunc=0x20) |
|
| _STLP_STATIC_CONSTANT (int, beg=0x01) |
|
| _STLP_STATIC_CONSTANT (int, cur=0x02) |
|
| _STLP_STATIC_CONSTANT (int, end=0x04) |
|
fmtflags | flags () const |
|
fmtflags | flags (fmtflags __flags) |
|
fmtflags | setf (fmtflags __flag) |
|
fmtflags | setf (fmtflags __flag, fmtflags __mask) |
|
void | unsetf (fmtflags __mask) |
|
streamsize | precision () const |
|
streamsize | precision (streamsize __newprecision) |
|
streamsize | width () const |
|
streamsize | width (streamsize __newwidth) |
|
locale | imbue (const locale &) |
|
locale | getloc () const |
|
long & | iword (int __index) |
|
void *& | pword (int __index) |
|
virtual | ~ios_base () |
|
void | register_callback (event_callback __fn, int __index) |
|
| operator void * () const |
|
bool | operator! () const |
|
iostate | rdstate () const |
|
bool | good () const |
|
bool | eof () const |
|
bool | fail () const |
|
bool | bad () const |
|
Definition at line 53 of file iostream.h.