ios_base Class Reference
Nested Classes and Structures
Constructor & Destructor Documentation
ios_base()
_STLP_DECLSPEC
|
ios_base
|
(
|
)
|
[protected]
|
ios_base(const ios_base &)
~ios_base()
_STLP_DECLSPEC
|
~ios_base
|
(
|
)
|
[virtual]
|
Member Functions Documentation
_M_check_exception_mask()
void
|
_M_check_exception_mask
|
(
|
)
|
[protected, inline]
|
_M_clear_nothrow(iostate)
void
|
_M_clear_nothrow
|
(
|
iostate
|
__state
|
)
|
[protected, inline]
|
_M_copy_state(const ios_base &)
_STLP_DECLSPEC void
|
_M_copy_state
|
(
|
const
ios_base
&
|
__x
|
)
|
[protected]
|
_M_ctype_facet()
const
locale::facet
*
|
_M_ctype_facet
|
(
|
)
|
const [inline]
|
_M_get_exception_mask()
iostate
|
_M_get_exception_mask
|
(
|
)
|
const [protected, inline]
|
_M_grouping()
const
string
&
|
_M_grouping
|
(
|
)
|
const [inline]
|
_M_invoke_callbacks(event)
_STLP_DECLSPEC void
|
_M_invoke_callbacks
|
(
|
event
|
|
)
|
[protected]
|
_M_numpunct_facet()
const
locale::facet
*
|
_M_numpunct_facet
|
(
|
)
|
const [inline]
|
_M_set_exception_mask(iostate)
void
|
_M_set_exception_mask
|
(
|
iostate
|
__mask
|
)
|
[protected, inline]
|
_M_setstate_nothrow(iostate)
void
|
_M_setstate_nothrow
|
(
|
iostate
|
__state
|
)
|
[protected, inline]
|
_M_throw_failure()
_STLP_DECLSPEC void _STLP_FUNCTION_THROWS
|
_M_throw_failure
|
(
|
)
|
[protected]
|
_S_initialize()
void _STLP_CALL
|
_S_initialize
|
(
|
)
|
[protected, static]
|
_S_uninitialize()
void _STLP_CALL
|
_S_uninitialize
|
(
|
)
|
[protected, static]
|
bad()
bool
|
bad
|
(
|
)
|
const [inline]
|
eof()
bool
|
eof
|
(
|
)
|
const [inline]
|
fail()
bool
|
fail
|
(
|
)
|
const [inline]
|
getloc()
locale
|
getloc
|
(
|
)
|
const [inline]
|
good()
bool
|
good
|
(
|
)
|
const [inline]
|
iword(int)
_STLP_DECLSPEC long &
|
iword
|
(
|
int
|
__index
|
)
|
|
operator void *()
operator void *
|
(
|
)
|
const [inline]
|
operator!()
bool
|
operator!
|
(
|
)
|
const [inline]
|
operator=(const ios_base &)
void
|
operator=
|
(
|
const
ios_base
&
|
|
)
|
[private]
|
pword(int)
_STLP_DECLSPEC void *&
|
pword
|
(
|
int
|
__index
|
)
|
|
register_callback(event_callback, int)
_STLP_DECLSPEC void
|
register_callback
|
(
|
event_callback
|
__fn,
|
|
int
|
__index
|
|
)
|
|
sync_with_stdio(bool)
_STLP_DECLSPEC bool _STLP_CALL
|
sync_with_stdio
|
(
|
bool
|
__sync = true
|
)
|
[static]
|
unsetf(fmtflags)
void
|
unsetf
|
(
|
fmtflags
|
__mask
|
)
|
[inline]
|
xalloc()
_STLP_DECLSPEC int _STLP_CALL
|
xalloc
|
(
|
)
|
[static]
|
Member Type Definitions Documentation
Typedef event_callback
typedef void(*
|
event_callback
|
Member Data Documentation
locale::facet * _M_cached_ctype
locale::facet
*
|
_M_cached_ctype
|
[protected]
|
string
_M_cached_grouping
string
|
_M_cached_grouping
|
[protected]
|
locale::facet * _M_cached_numpunct
locale::facet
*
|
_M_cached_numpunct
|
[protected]
|
size_t
_M_callback_index
size_t
|
_M_callback_index
|
[private]
|
pair< event_callback, int > * _M_callbacks
iostate
_M_exception_mask
iostate
|
_M_exception_mask
|
[private]
|
long * _M_iwords
long *
|
_M_iwords
|
[private]
|
size_t
_M_num_callbacks
size_t
|
_M_num_callbacks
|
[private]
|
size_t
_M_num_iwords
size_t
|
_M_num_iwords
|
[private]
|
size_t
_M_num_pwords
size_t
|
_M_num_pwords
|
[private]
|
void ** _M_pwords
void **
|
_M_pwords
|
[private]
|
bool _S_was_synced
bool
|
_S_was_synced
|
[protected, static]
|
const int __default_mode
const int
|
__default_mode
|
[static]
|
const int adjustfield
const int
|
adjustfield
|
[static]
|
const int badbit
const int
|
badbit
|
[static]
|
const int basefield
const int
|
basefield
|
[static]
|
const int binary
const int
|
binary
|
[static]
|
const int boolalpha
const int
|
boolalpha
|
[static]
|
const int eofbit
const int
|
eofbit
|
[static]
|
const int failbit
const int
|
failbit
|
[static]
|
const int floatfield
const int
|
floatfield
|
[static]
|
const int goodbit
const int
|
goodbit
|
[static]
|
const int internal
const int
|
internal
|
[static]
|
const int scientific
const int
|
scientific
|
[static]
|
const int showbase
const int
|
showbase
|
[static]
|
const int showpoint
const int
|
showpoint
|
[static]
|
const int showpos
const int
|
showpos
|
[static]
|
const int skipws
const int
|
skipws
|
[static]
|
const int unitbuf
const int
|
unitbuf
|
[static]
|
const int uppercase
const int
|
uppercase
|
[static]
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.