|
| | ostrstream () |
| |
| | ostrstream (char *, int, ios_base::openmode=ios_base::out) |
| |
| virtual | ~ostrstream () |
| |
| strstreambuf * | rdbuf () const |
| |
| void | freeze (bool=true) |
| |
| char * | str () |
| |
| int | pcount () const |
| |
| | basic_ostream (basic_streambuf< char, char_traits< char > > *__buf) |
| |
| | ~basic_ostream () |
| |
| _Self & | operator<< (__ostream_fn __f) |
| |
| _Self & | operator<< (__ios_base_fn __f) |
| |
| _Self & | operator<< (__ios_fn __ff) |
| |
| _Self & | operator<< (basic_streambuf< char, char_traits< char > > *__buf) |
| |
| _Self & | operator<< (unsigned char __x) |
| |
| _Self & | operator<< (short __x) |
| |
| _Self & | operator<< (unsigned short __x) |
| |
| _Self & | operator<< (int __x) |
| |
| _Self & | operator<< (unsigned int __x) |
| |
| _Self & | operator<< (long __x) |
| |
| _Self & | operator<< (unsigned long __x) |
| |
| _Self & | operator<< (float __x) |
| |
| _Self & | operator<< (double __x) |
| |
| _Self & | operator<< (long double __x) |
| |
| _Self & | operator<< (const void *__x) |
| |
| _Self & | operator<< (bool __x) |
| |
| void | _M_put_char (char __c) |
| |
| void | _M_put_nowiden (const char *__s) |
| |
| void | _M_put_widen (const char *__s) |
| |
| bool | _M_put_widen_aux (const char *__s, streamsize __n) |
| |
| _Self & | put (char_type __c) |
| |
| _Self & | write (const char_type *__s, streamsize __n) |
| |
| _Self & | flush () |
| |
| pos_type | tellp () |
| |
| _Self & | seekp (pos_type __pos) |
| |
| _Self & | seekp (off_type __off, ios_base::seekdir __dir) |
| |
| | 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 120 of file _strstream.h.