ios_base Class Reference
#include
<stdapis/stlportv5/stl/_ios_base.h>
Link against: libstdcppv5.lib
Nested Classes and Structures
Member Type Definition Documentation
Typedef event_callback
typedef void(* | event_callback |
Member Attribute Documentation
_M_cached_grouping
string
| _M_cached_grouping | [protected] |
_S_was_synced
bool | _S_was_synced | [protected, static] |
__default_mode
const int | __default_mode | [static] |
adjustfield
const int | adjustfield | [static] |
basefield
const int | basefield | [static] |
boolalpha
const int | boolalpha | [static] |
floatfield
const int | floatfield | [static] |
internal
const int | internal | [static] |
scientific
const int | scientific | [static] |
showbase
const int | showbase | [static] |
showpoint
const int | showpoint | [static] |
uppercase
const int | uppercase | [static] |
Member Enumeration Documentation
Enum event
Enumerator | Value | Description |
---|
erase_event | | |
imbue_event | | |
copyfmt_event | | |
Constructor & Destructor Documentation
ios_base ( )
_STLP_DECLSPEC | ios_base | ( | ) | [protected] |
~ios_base ( )
_STLP_DECLSPEC | ~ios_base | ( | ) | [virtual] |
Member Function 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_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_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] |
iword ( int )
_STLP_DECLSPEC long & | iword | ( | int | __index | ) | |
operator void * ( )
operator void * | ( | ) | const [inline] |
operator! ( )
bool | operator! | ( | ) | const [inline] |
pword ( int )
_STLP_DECLSPEC void *& | pword | ( | int | __index | ) | |
register_callback ( event_callback, int )
setf ( fmtflags, fmtflags )
sync_with_stdio ( bool )
_STLP_DECLSPEC bool _STLP_CALL | sync_with_stdio | ( | bool | __sync = true | ) | [static] |
xalloc ( )
_STLP_DECLSPEC int _STLP_CALL | xalloc | ( | ) | [static] |