Difference between revisions of "cpp/io/basic ios"
(improve) |
m (Text replace - "{{dcl list begin}} {{dcl list h1 | Member functions}}" to "===Member functions=== {{dcl list begin}}") |
||
Line 32: | Line 32: | ||
{{tdcl list end}} | {{tdcl list end}} | ||
+ | ===Member functions=== | ||
{{dcl list begin}} | {{dcl list begin}} | ||
− | |||
{{dcl list template | cpp/io/basic_ios/dcl list constructor}} | {{dcl list template | cpp/io/basic_ios/dcl list constructor}} | ||
{{dcl list template | cpp/io/basic_ios/dcl list destructor}} | {{dcl list template | cpp/io/basic_ios/dcl list destructor}} |
Revision as of 16:06, 18 August 2011
Template:cpp/io/basic ios/sidebar
Defined in header <ios>
|
||
template< class CharT, |
||
The class basic_ios
provides facilities for interfacing with objects that have basic_streambuf
interface. Several basic_ios
objects can refer to one actual basic_streambuf
object. Character type dependent formatting flags and error state is stored in basic_ios
class.
Error: Image is invalid or non-existent.
Inheritance diagram
Two specializations for common character types are also provided:
Template:tdcl list begin Template:tdcl list hitem Template:tdcl list item Template:tdcl list item Template:tdcl list end
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 end
Contents |
Member functions
Inherited from std::ios_base
Member functions
Formatting | |
manages format flags (public member function of std::ios_base )
| |
sets specific format flag (public member function of std::ios_base )
| |
clears specific format flag (public member function of std::ios_base )
| |
manages decimal precision of floating point operations (public member function of std::ios_base )
| |
manages field width (public member function of std::ios_base )
| |
Locales | |
sets locale (public member function of std::ios_base )
| |
returns current locale (public member function of std::ios_base )
| |
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 of std::ios_base )
|
resizes the private storage if necessary and access to the long element at the given index (public member function of std::ios_base )
| |
resizes the private storage if necessary and access to the void* element at the given index (public member function of std::ios_base )
| |
Miscellaneous | |
registers event callback function (public member function of std::ios_base )
| |
[static] |
sets whether C++ and C I/O libraries are interoperable (public static member function of std::ios_base )
|
Member classes | |
stream exception (public member class of std::ios_base )
| |
initializes standard stream objects (public member class of std::ios_base )
|
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) |