18 #ifndef _STLP_IOS_BASE_H 19 #define _STLP_IOS_BASE_H 21 #ifndef _STLP_INTERNAL_STDEXCEPT_BASE 25 #ifndef _STLP_INTERNAL_PAIR_H 29 #ifndef _STLP_INTERNAL_LOCALE_H 33 #ifndef _STLP_INTERNAL_STRING_H 53 explicit failure(
const string&);
62 # ifndef _STLP_NO_ANACHRONISMS 110 _M_fmtflags = __flags;
116 _M_fmtflags |= __flag;
121 _M_fmtflags &= ~__mask;
122 _M_fmtflags |= __flag & __mask;
130 _M_precision = __newprecision;
137 _M_width = __newwidth;
147 long& iword(
int __index);
148 void*& pword(
int __index);
156 void register_callback(event_callback __fn,
int __index);
161 static bool _STLP_CALL sync_with_stdio(
bool __sync =
true);
172 bool good()
const {
return _M_iostate == 0; }
173 bool eof()
const {
return (_M_iostate & eofbit) != 0; }
174 bool fail()
const {
return (_M_iostate & (failbit | badbit)) != 0; }
175 bool bad()
const {
return (_M_iostate & badbit) != 0; }
183 void _M_copy_state(
const ios_base& __x);
190 if (_M_iostate & _M_exception_mask)
194 void _M_invoke_callbacks(
event);
252 # ifndef _STLP_NO_ANACHRONISMS
fmtflags setf(fmtflags __flag, fmtflags __mask)
ios_base &_STLP_CALL left(ios_base &__s)
#define _STLP_STATIC_CONSTANT(__type, __assignment)
struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
_STLP_STD::streamoff streamoff
void _M_clear_nothrow(iostate __state)
streamsize precision() const
ios_base &_STLP_CALL noskipws(ios_base &__s)
ios_base &_STLP_CALL showbase(ios_base &__s)
ios_base &_STLP_CALL skipws(ios_base &__s)
ios_base &_STLP_CALL showpoint(ios_base &__s)
ios_base &_STLP_CALL dec(ios_base &__s)
BOOL Init(PUSERCONNECT UserCon)
_STLP_STD::streampos streampos
ios_base &_STLP_CALL fixed(ios_base &__s)
ios_base &_STLP_CALL nounitbuf(ios_base &__s)
ios_base &_STLP_CALL boolalpha(ios_base &__s)
double __cdecl trunc(double)
#define _STLP_NOTHROW_INHERENTLY
ios_base &_STLP_CALL scientific(ios_base &__s)
ios_base &_STLP_CALL noboolalpha(ios_base &__s)
ios_base &_STLP_CALL noshowbase(ios_base &__s)
pair< event_callback, int > * _M_callbacks
streamsize precision(streamsize __newprecision)
ios_base &_STLP_CALL uppercase(ios_base &__s)
const GLuint GLenum const GLvoid * binary
void _M_check_exception_mask()
iostate _M_exception_mask
fmtflags flags(fmtflags __flags)
#define _STLP_FUNCTION_THROWS
#define _STLP_CLASS_DECLSPEC
ios_base &_STLP_CALL noshowpos(ios_base &__s)
void unsetf(fmtflags __mask)
ios_base &_STLP_CALL showpos(ios_base &__s)
#define __CONST_CAST(__x, __y)
ios_base &_STLP_CALL nouppercase(ios_base &__s)
#define _STLP_END_NAMESPACE
ios_base &_STLP_CALL oct(ios_base &__s)
ios_base &_STLP_CALL internal(ios_base &__s)
ios_base &_STLP_CALL right(ios_base &__s)
streamsize width(streamsize __newwidth)
ios_base &_STLP_CALL noshowpoint(ios_base &__s)
ios_base &_STLP_CALL hex(ios_base &__s)
iostate _M_get_exception_mask() const
fmtflags setf(fmtflags __flag)
fpos< mbstate_t > streampos
void _M_set_exception_mask(iostate __mask)
#define _STLP_BEGIN_NAMESPACE
__Named_exception & operator=(const __Named_exception &)
ios_base &_STLP_CALL unitbuf(ios_base &__s)
void _M_setstate_nothrow(iostate __state)