Go to the source code of this file.
◆ boolalpha()
◆ dec()
Definition at line 321 of file _ios_base.h.
ios_base &_STLP_CALL dec(ios_base &__s)
fmtflags setf(fmtflags __flag)
Referenced by __get_base_or_zero(), _BSTR_DEC(), anonymous_namespace{mstscax.cpp}::CoClass::ControlInfoToString(), format_size(), anonymous_namespace{mstscax.cpp}::CoClass::FormatEtcToString(), basic_ios< char, char_traits< char > >::init(), anonymous_namespace{mstscax.cpp}::CoClass::IQuickActivate::QuickActivate(), anonymous_namespace{mstscax.cpp}::CoClass::MnemonicToString(), tinyxml2::XMLDocument::NewDeclaration(), NumPutGetTest::num_put_integer(), basic_ostream< char, char_traits< char > >::operator<<(), setbase(), setdec(), setdec64(), tinyxml2::XMLDeclaration::ShallowClone(), str_to_number(), stream_out_para_num(), test_fcvt(), test_marshal_VARIANT(), test_VarAdd(), test_VarCmp(), test_VarDiv(), test_VarIdiv(), test_VarImp(), test_VarMul(), test_VarPow(), test_VarSub(), and WCacheGetSortedListIndex().
◆ fixed()
Definition at line 332 of file _ios_base.h.
ios_base &_STLP_CALL fixed(ios_base &__s)
fmtflags setf(fmtflags __flag)
Referenced by __fill_fmtbuf(), __write_floatT(), NumPutGetTest::check_get_float(), DBG_cutIntersectionPoly(), file_cd(), file_cvt(), file_find(), file_modify(), file_name(), file_type(), NumPutGetTest::fix_float_long(), fixed_to_double(), fixedtables(), NumPutGetTest::num_put_float(), CWineTest::RunTest(), and wmain().
◆ hex()
Definition at line 324 of file _ios_base.h.
ios_base &_STLP_CALL hex(ios_base &__s)
fmtflags setf(fmtflags __flag)
◆ internal()
Definition at line 311 of file _ios_base.h.
ios_base &_STLP_CALL internal(ios_base &__s)
fmtflags setf(fmtflags __flag)
Referenced by __copy_float_and_fill(), __copy_integer_and_fill(), __money_do_put(), cff_builder_init(), cff_size_done(), cff_size_init(), cff_size_request(), num_put< _CharT, _OutputIter >::do_put(), ft_glyphslot_init(), FT_Load_Glyph(), and NumPutGetTest::inhex().
◆ left()
Definition at line 314 of file _ios_base.h.
ios_base &_STLP_CALL left(ios_base &__s)
fmtflags setf(fmtflags __flag)
◆ noboolalpha()
Definition at line 270 of file _ios_base.h.
ios_base &_STLP_CALL boolalpha(ios_base &__s)
void unsetf(fmtflags __mask)
◆ noshowbase()
Definition at line 276 of file _ios_base.h.
ios_base &_STLP_CALL showbase(ios_base &__s)
void unsetf(fmtflags __mask)
◆ noshowpoint()
Definition at line 282 of file _ios_base.h.
ios_base &_STLP_CALL showpoint(ios_base &__s)
void unsetf(fmtflags __mask)
◆ noshowpos()
◆ noskipws()
Definition at line 294 of file _ios_base.h.
ios_base &_STLP_CALL skipws(ios_base &__s)
void unsetf(fmtflags __mask)
◆ nounitbuf()
Definition at line 306 of file _ios_base.h.
void unsetf(fmtflags __mask)
ios_base &_STLP_CALL unitbuf(ios_base &__s)
◆ nouppercase()
◆ oct()
◆ right()
Definition at line 317 of file _ios_base.h.
ios_base &_STLP_CALL right(ios_base &__s)
fmtflags setf(fmtflags __flag)
◆ scientific()
◆ showbase()
Definition at line 273 of file _ios_base.h.
ios_base &_STLP_CALL showbase(ios_base &__s)
fmtflags setf(fmtflags __flag)
Referenced by __copy_integer_and_fill(), __money_do_get(), __money_do_put(), __put_integer(), __write_integer_backward(), LocaleTest::_money_put_get2(), LocaleTest::_money_put_X_bug(), num_put< _CharT, _OutputIter >::do_put(), NumPutGetTest::inhex(), noshowbase(), and NumPutGetTest::num_put_integer().
◆ showpoint()
◆ showpos()
◆ skipws()
◆ unitbuf()
◆ uppercase()