__Named_exception Class Reference

class __Named_exception
Public Member Functions
__Named_exception(const string &)
~__Named_exception()
_STLP_DECLSPEC const char *what()
Private Attributes
char_M_name

Constructor & Destructor Documentation

__Named_exception(const string &)

_STLP_DECLSPEC__Named_exception(const string &__str)

Parameters

const string & __str

~__Named_exception()

_STLP_DECLSPEC~__Named_exception()

Member Functions Documentation

what()

_STLP_DECLSPEC const char *what()const

Member Data Documentation

char _M_name

char_M_name[private]