Template:cpp/io/ios base/inherit
From cppreference.com
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) |