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

/external/stlport/stlport/stl/
H A D_exception.h39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro
46 # undef bad_exception macro
79 using _STLP_VENDOR_EXCEPT_STD::bad_exception;
175 class _STLP_CLASS_DECLSPEC bad_exception : public exception { class in inherits:exception
178 bad_exception() _STLP_NOTHROW;
179 ~bad_exception() _STLP_NOTHROW;
182 bad_exception() _STLP_NOTHROW {}
183 ~bad_exception() _STLP_NOTHROW {}
184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}

Completed in 716 milliseconds