|
| __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 | clear (io_state _State) |
| |
| void __CLR_OR_THIS_CALL | setstate (iostate _State, bool _Reraise=false) |
| |
| void __CLR_OR_THIS_CALL | setstate (io_state _State) |
| |
| _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 |
| |
| | _BITMASK (_Fmtflags, fmtflags) |
| |
| | _BITMASK (_Iostate, iostate) |
| |
| | _BITMASK (_Openmode, openmode) |
| |
| | _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) |
| |
| void __CLR_OR_THIS_CALL | clear (io_state _State) |
| |
| 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) |
| |
| void __CLR_OR_THIS_CALL | setstate (io_state _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) |
| |
| void __CLR_OR_THIS_CALL | exceptions (io_state _State) |
| |
| 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 |
| |