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

/external/stlport/stlport/stl/
H A D_exception.h164 exception() _STLP_NOTHROW; member in class:exception
165 virtual ~exception() _STLP_NOTHROW; member in class:exception
166 virtual const char* what() const _STLP_NOTHROW; member in class:exception
168 exception() _STLP_NOTHROW {}
169 virtual ~exception() _STLP_NOTHROW {}
170 virtual const char* what() const _STLP_NOTHROW {return "class exception";}
178 bad_exception() _STLP_NOTHROW; member in class:bad_exception
179 ~bad_exception() _STLP_NOTHROW; member in class:bad_exception
180 const char* what() const _STLP_NOTHROW; member in class:bad_exception
182 bad_exception() _STLP_NOTHROW {}
[all...]
H A D_ostreambuf_iterator.h57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW; member in class:ostreambuf_iterator
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
H A D_locale.h62 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
120 locale() _STLP_NOTHROW; member in class:locale
121 locale(const locale&) _STLP_NOTHROW; member in class:locale
143 const locale& operator=(const locale&) _STLP_NOTHROW; member in class:locale
148 ~locale() _STLP_NOTHROW; member in class:locale
218 locale() _STLP_NOTHROW {
223 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {}
246 const locale& operator=(const locale& __loc) _STLP_NOTHROW {
304 operator bool() const _STLP_NOTHROW
306 inline bool has_facet(const locale& __loc) _STLP_NOTHROW
[all...]
H A D_ctype.h118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; }
119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW; member in class:ctype
/external/stlport/stlport/stl/config/
H A D_intel.h35 # define _STLP_NOTHROW macro
H A D_msvc.h124 # define _STLP_NOTHROW macro
H A Dfeatures.h839 # if !defined (_STLP_NOTHROW)
840 # define _STLP_NOTHROW throw() macro
851 # define _STLP_NOTHROW macro

Completed in 388 milliseconds