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

/external/stlport/stlport/stl/
H A D_stdexcept_base.c19 __Named_exception::__Named_exception(const string& __str) { function in class:__Named_exception
42 __Named_exception::__Named_exception(const __Named_exception& __x) { function in class:__Named_exception
65 __Named_exception& __Named_exception::operator = (const __Named_exception& __x) {
89 __Named_exception::~__Named_exception() _STLP_NOTHROW_INHERENTL
[all...]
H A D_stdexcept_base.h29 /* TODO: use same conditions on fwd def of __Named_exception
50 * exported from native dll but is used as a base class for the exported __Named_exception
58 // for dll-interface class '__Named_exception'
69 class _STLP_CLASS_DECLSPEC __Named_exception : public _STLP_EXCEPTION_BASE { class in inherits:_STLP_EXCEPTION_BASE
71 __Named_exception(const string& __str);
72 __Named_exception(const __Named_exception&);
73 __Named_exception& operator = (const __Named_exception&);
76 ~__Named_exception() _STLP_NOTHROW_INHERENTL
[all...]

Completed in 118 milliseconds