|
typedef basic_ostringstream< _Elem, _Traits, _Alloc > | _Myt |
|
typedef basic_ostream< _Elem, _Traits > | _Mybase |
|
typedef _Alloc | allocator_type |
|
typedef basic_stringbuf< _Elem, _Traits, _Alloc > | _Mysb |
|
typedef basic_string< _Elem, _Traits, _Alloc > | _Mystr |
|
typedef basic_ostream< _Elem, _Traits > | _Myt |
|
typedef basic_ios< _Elem, _Traits > | _Myios |
|
typedef basic_streambuf< _Elem, _Traits > | _Mysb |
|
typedef ostreambuf_iterator< _Elem, _Traits > | _Iter |
|
typedef num_put< _Elem, _Iter > | _Nput |
|
typedef _Traits::int_type | int_type |
|
typedef _Traits::pos_type | pos_type |
|
typedef _Traits::off_type | off_type |
|
typedef basic_ios< _Elem, _Traits > | _Myt |
|
typedef basic_ostream< _Elem, _Traits > | _Myos |
|
typedef basic_streambuf< _Elem, _Traits > | _Mysb |
|
typedef ctype< _Elem > | _Ctype |
|
typedef _Elem | char_type |
|
typedef _Traits | traits_type |
|
typedef _Traits::int_type | int_type |
|
typedef _Traits::pos_type | pos_type |
|
typedef _Traits::off_type | off_type |
|
enum | event { erase_event,
imbue_event,
copyfmt_event
} |
|
typedef void(__CLRCALL_OR_CDECL * | event_callback) (event, ios_base &, int) |
|
enum | _Dummy_enum |
|
enum | _Fmtflags |
|
enum | _Iostate |
|
enum | _Openmode |
|
enum | _Seekdir |
|
enum | |
|
|
| basic_ostringstream (ios_base::openmode _Mode=ios_base::out) |
|
| basic_ostringstream (const _Mystr &_Str, ios_base::openmode _Mode=ios_base::out) |
|
| basic_ostringstream (_Myt &&_Right) |
|
_Myt & | operator= (_Myt &&_Right) |
|
void | _Assign_rv (_Myt &&_Right) |
|
void | swap (_Myt &_Right) |
|
| basic_ostringstream (const _Myt &)=delete |
|
_Myt & | operator= (const _Myt &)=delete |
|
virtual | ~basic_ostringstream () _NOEXCEPT |
|
_Mysb * | rdbuf () const |
|
_Mystr | str () const |
|
void | str (const _Mystr &_Newstr) |
|
__CLR_OR_THIS_CALL | basic_ostream (basic_streambuf< _Elem, _Traits > *_Strbuf, bool _Isstd=false) |
|
__CLR_OR_THIS_CALL | basic_ostream (_Uninitialized, bool _Addit=true) |
|
__CLR_OR_THIS_CALL | basic_ostream (const _Myt &)=delete |
|
_Myt &__CLR_OR_THIS_CALL | operator= (const _Myt &)=delete |
|
virtual __CLR_OR_THIS_CALL | ~basic_ostream () _NOEXCEPT |
|
bool __CLR_OR_THIS_CALL | opfx () |
|
void __CLR_OR_THIS_CALL | osfx () |
|
void __CLR_OR_THIS_CALL | _Osfx () |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (_Myt &(__cdecl *_Pfn)(_Myt &)) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (_Myios &(__cdecl *_Pfn)(_Myios &)) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (ios_base &(__cdecl *_Pfn)(ios_base &)) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (bool _Val) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (short _Val) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (unsigned short _Val) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (int _Val) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (unsigned int _Val) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (long _Val) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (unsigned long _Val) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (long long _Val) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (unsigned long long _Val) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (float _Val) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (double _Val) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (long double _Val) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (const void *_Val) |
|
_Myt &__CLR_OR_THIS_CALL | operator<< (_Mysb *_Strbuf) |
|
_Myt &__CLR_OR_THIS_CALL | put (_Elem _Ch) |
|
_Myt &__CLR_OR_THIS_CALL | write (const _Elem *_Str, streamsize _Count) |
|
_Myt &__CLR_OR_THIS_CALL | flush () |
|
_Myt &__CLR_OR_THIS_CALL | seekp (pos_type _Pos) |
|
_Myt &__CLR_OR_THIS_CALL | seekp (off_type _Off, ios_base::seekdir _Way) |
|
pos_type __CLR_OR_THIS_CALL | tellp () |
|
template<> |
basic_ostream< unsigned short, char_traits< unsigned short > > &__CLR_OR_THIS_CALL | operator<< (unsigned short _Ch) |
|
__CLR_OR_THIS_CALL | basic_ios (_Mysb *_Strbuf) |
|
virtual __CLR_OR_THIS_CALL | ~basic_ios () _NOEXCEPT |
|
void __CLR_OR_THIS_CALL | clear (iostate _State=goodbit, bool _Reraise=false) |
|
void __CLR_OR_THIS_CALL | setstate (iostate _State, bool _Reraise=false) |
|
_Myt &__CLR_OR_THIS_CALL | copyfmt (const _Myt &_Right) |
|
_Myos *__CLR_OR_THIS_CALL | tie () const |
|
_Myos *__CLR_OR_THIS_CALL | tie (_Myos *_Newtie) |
|
_Mysb *__CLR_OR_THIS_CALL | rdbuf () const |
|
_Mysb *__CLR_OR_THIS_CALL | rdbuf (_Mysb *_Strbuf) |
|
locale __CLR_OR_THIS_CALL | imbue (const locale &_Loc) |
|
_Elem __CLR_OR_THIS_CALL | fill () const |
|
_Elem __CLR_OR_THIS_CALL | fill (_Elem _Newfill) |
|
char __CLR_OR_THIS_CALL | narrow (_Elem _Ch, char _Dflt= '\0') const |
|
_Elem __CLR_OR_THIS_CALL | widen (char _Byte) const |
|
void __CLR_OR_THIS_CALL | move (_Myt &_Right) |
|
void __CLR_OR_THIS_CALL | move (_Myt &&_Right) |
|
void __CLR_OR_THIS_CALL | swap (_Myt &_Right) _NOEXCEPT |
|
void __CLR_OR_THIS_CALL | set_rdbuf (_Mysb *_Strbuf) |
|
__CLR_OR_THIS_CALL | basic_ios (const _Myt &)=delete |
|
_Myt &__CLR_OR_THIS_CALL | operator= (const _Myt &)=delete |
|
| _IOS_BITMASK (_Fmtflags, fmtflags) |
|
| _IOS_BITMASK (_Iostate, iostate) |
|
| _IOS_BITMASK (_Openmode, openmode) |
|
| _IOS_BITMASK (_Seekdir, seekdir) |
|
__CLR_OR_THIS_CALL | operator bool () const |
|
bool __CLR_OR_THIS_CALL | operator! () const |
|
void __CLR_OR_THIS_CALL | clear (iostate _State, bool _Reraise) |
|
void __CLR_OR_THIS_CALL | clear (iostate _State=goodbit) |
|
iostate __CLR_OR_THIS_CALL | rdstate () const |
|
void __CLR_OR_THIS_CALL | setstate (iostate _State, bool _Exreraise) |
|
void __CLR_OR_THIS_CALL | setstate (iostate _State) |
|
bool __CLR_OR_THIS_CALL | good () const |
|
bool __CLR_OR_THIS_CALL | eof () const |
|
bool __CLR_OR_THIS_CALL | fail () const |
|
bool __CLR_OR_THIS_CALL | bad () const |
|
iostate __CLR_OR_THIS_CALL | exceptions () const |
|
void __CLR_OR_THIS_CALL | exceptions (iostate _Newexcept) |
|
fmtflags __CLR_OR_THIS_CALL | flags () const |
|
fmtflags __CLR_OR_THIS_CALL | flags (fmtflags _Newfmtflags) |
|
fmtflags __CLR_OR_THIS_CALL | setf (fmtflags _Newfmtflags) |
|
fmtflags __CLR_OR_THIS_CALL | setf (fmtflags _Newfmtflags, fmtflags _Mask) |
|
void __CLR_OR_THIS_CALL | unsetf (fmtflags _Mask) |
|
streamsize __CLR_OR_THIS_CALL | precision () const |
|
streamsize __CLR_OR_THIS_CALL | precision (streamsize _Newprecision) |
|
streamsize __CLR_OR_THIS_CALL | width () const |
|
streamsize __CLR_OR_THIS_CALL | width (streamsize _Newwidth) |
|
locale __CLR_OR_THIS_CALL | getloc () const |
|
locale __CLR_OR_THIS_CALL | imbue (const locale &_Loc) |
|
long &__CLR_OR_THIS_CALL | iword (int _Idx) |
|
void *&__CLR_OR_THIS_CALL | pword (int _Idx) |
|
void __CLR_OR_THIS_CALL | register_callback (event_callback _Pfn, int _Idx) |
|
ios_base &__CLR_OR_THIS_CALL | copyfmt (const ios_base &_Other) |
|
void __CLR_OR_THIS_CALL | swap (ios_base &_Right) |
|
virtual __CLR_OR_THIS_CALL | ~ios_base () _NOEXCEPT |
|
| ios_base (const ios_base &)=delete |
|
ios_base & | operator= (const ios_base &)=delete |
|