Difference between revisions of "Template:cpp/io/ios base/inherit"
From cppreference.com
Andreas Krug (Talk | contribs) m (fmt) |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{inherited | [[cpp/io/ios_base | {{small|std::}}ios_base]] | | + | {{inherited|[[cpp/io/ios_base|{{small|std::}}ios_base]]| |
− | {{ | + | ===Member functions=== |
− | {{ | + | {{dsc begin}} |
+ | {{dsc h2|Formatting}} | ||
+ | {{dsc inc|cpp/io/ios_base/dsc flags}} | ||
+ | {{dsc inc|cpp/io/ios_base/dsc setf}} | ||
+ | {{dsc inc|cpp/io/ios_base/dsc unsetf}} | ||
+ | {{dsc inc|cpp/io/ios_base/dsc precision}} | ||
+ | {{dsc inc|cpp/io/ios_base/dsc width}} | ||
− | {{ | + | {{dsc h2|Locales}} |
− | {{ | + | {{dsc inc|cpp/io/ios_base/dsc imbue}} |
− | {{ | + | {{dsc inc|cpp/io/ios_base/dsc getloc}} |
− | + | ||
− | + | ||
− | + | ||
− | {{ | + | {{dsc h2|Internal extensible array}} |
− | {{ | + | {{dsc inc|cpp/io/ios_base/dsc xalloc}} |
− | {{ | + | {{dsc inc|cpp/io/ios_base/dsc iword}} |
+ | {{dsc inc|cpp/io/ios_base/dsc pword}} | ||
− | {{ | + | {{dsc h2|Miscellaneous}} |
− | {{ | + | {{dsc inc|cpp/io/ios_base/dsc register_callback}} |
− | {{ | + | {{dsc inc|cpp/io/ios_base/dsc sync_with_stdio}} |
− | + | ||
− | {{ | + | {{dsc h2|Member classes}} |
− | {{ | + | {{dsc inc|cpp/io/ios_base/dsc failure}} |
− | {{ | + | {{dsc inc|cpp/io/ios_base/dsc Init}} |
+ | {{dsc end}} | ||
− | {{ | + | {{dsc begin}} |
− | + | {{dsc h1|Member types and constants}} | |
− | + | {{dsc hitem|Type|Explanation}} | |
− | + | {{dsc inc|cpp/io/ios_base/dsc openmode}} | |
− | + | {{dsc inc|cpp/io/ios_base/dsc fmtflags}} | |
− | + | {{dsc inc|cpp/io/ios_base/dsc iostate}} | |
− | {{ | + | {{dsc inc|cpp/io/ios_base/dsc seekdir}} |
− | {{ | + | {{dsc inc|cpp/io/ios_base/dsc event}} |
− | {{ | + | {{dsc inc|cpp/io/ios_base/dsc event_callback}} |
− | {{ | + | {{dsc end}} |
− | {{ | + | |
− | {{ | + | |
− | {{ | + | |
− | {{ | + | |
− | {{ | + | |
}} | }} |
Latest revision as of 03:44, 6 December 2023
Contents |
Inherited from std::ios_base
Member functions
Formatting | |
manages format flags (public member function) | |
sets specific format flag (public member function) | |
clears specific format flag (public member function) | |
manages decimal precision of floating point operations (public member function) | |
manages field width (public member function) | |
Locales | |
sets locale (public member function) | |
returns current locale (public member function) | |
Internal extensible array | |
[static] |
returns a program-wide unique integer that is safe to use as index to pword() and iword() (public static member function) |
resizes the private storage if necessary and access to the long element at the given index (public member function) | |
resizes the private storage if necessary and access to the void* element at the given index (public member function) | |
Miscellaneous | |
registers event callback function (public member function) | |
[static] |
sets whether C++ and C I/O libraries are interoperable (public static member function) |
Member classes | |
stream exception (public member class) | |
initializes standard stream objects (public member class) |
Member types and constants | |||||||||||||||||||||||||||||||||||||||
Type | Explanation | ||||||||||||||||||||||||||||||||||||||
stream open mode type
The following constants are also defined:
(typedef) | |||||||||||||||||||||||||||||||||||||||
formatting flags type
The following constants are also defined:
(typedef) | |||||||||||||||||||||||||||||||||||||||
state of the stream type
The following constants are also defined:
(typedef) | |||||||||||||||||||||||||||||||||||||||
seeking direction type
The following constants are also defined:
(typedef) | |||||||||||||||||||||||||||||||||||||||
specifies event type (enum) | |||||||||||||||||||||||||||||||||||||||
callback function type (typedef) |