Searched defs:iostate (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_ios_base.h58 typedef int iostate; typedef in class:ios_base
170 iostate rdstate() const { return _M_iostate; }
185 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
186 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; }
187 iostate _M_get_exception_mask() const { return _M_exception_mask; }
188 void _M_set_exception_mask(iostate __mask) { _M_exception_mask = __mask; }
212 iostate _M_iostate;
215 iostate _M_exception_mask;
254 typedef iostate io_state;

Completed in 110 milliseconds