Difference between revisions of "cpp/io/ios base"
From cppreference.com
m (Text replace - "{{dcl list begin}} {{dcl list h1 | Member functions}}" to "===Member functions=== {{dcl list begin}}") |
(+deprecated member types) |
||
Line 46: | Line 46: | ||
{{tdcl list template | cpp/io/ios_base/tdcl list event}} | {{tdcl list template | cpp/io/ios_base/tdcl list event}} | ||
{{tdcl list template | cpp/io/ios_base/tdcl list event_callback}} | {{tdcl list template | cpp/io/ios_base/tdcl list event_callback}} | ||
+ | {{tdcl list h2 | Deprecated member types }} | ||
+ | {{tdcl list hitem | Type | Explanation}} | ||
+ | {{tdcl list item | {{tt|io_state}}{{mark deprecated}} | integer type that may be used like {{tt|iostate}}}} | ||
+ | {{tdcl list item | {{tt|open_mode}}{{mark deprecated}} | integer type that may be used like {{tt|openmode}}}} | ||
+ | {{tdcl list item | {{tt|seek_dir}}{{mark deprecated}} | integer type that may be used like {{tt|seekdir}}}} | ||
+ | {{tdcl list item | {{tt|streamoff}}{{mark deprecated}} | unspecified type that may be used like {{tt|off_type}}, not necessarily {{cpp|std::streamoff}}}} | ||
+ | {{tdcl list item | {{tt|streampos}}{{mark deprecated}} | unspecified type that may be used like {{tt|pos_type}}, not necessarily {{cpp|std::streampos}}}} | ||
{{tdcl list end}} | {{tdcl list end}} |
Revision as of 14:49, 10 January 2012
Template:cpp/io/ios base/sidebar
Defined in header <ios>
|
||
class ios_base; |
||
The class ios_base
provides facilities for inspecting error state of the stream object. Character type independent formatting flags are stored here as well.
Contents |
Member functions
Template:tdcl list begin Template:tdcl list h1 Template:tdcl list hitem Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list h2 Template:tdcl list hitem Template:tdcl list item Template:tdcl list item Template:tdcl list item Template:tdcl list item Template:tdcl list item Template:tdcl list end