|
HDK
|
This is the complete list of members for BaseExc, including all inherited members.
| append(std::stringstream &s) | BaseExc | |
| append(const char *s) | BaseExc | |
| assign(std::stringstream &s) | BaseExc | |
| assign(const char *s) | BaseExc | |
| BaseExc(const char *s=nullptr) | BaseExc | |
| BaseExc(const std::string &s) | BaseExc | |
| BaseExc(std::string &&s) | BaseExc | |
| BaseExc(std::stringstream &s) | BaseExc | |
| BaseExc(const BaseExc &be) | BaseExc | |
| BaseExc(BaseExc &&be) noexcept | BaseExc | |
| message() const noexcept | BaseExc | |
| operator+=(std::stringstream &s) | BaseExc | |
| operator+=(const char *s) | BaseExc | |
| operator=(const BaseExc &be) | BaseExc | |
| operator=(BaseExc &&be) noexcept | BaseExc | |
| operator=(std::stringstream &s) | BaseExc | |
| operator=(const char *s) | BaseExc | |
| stackTrace() const noexcept | BaseExc | |
| what() const noexcept | BaseExc | virtual |
| ~BaseExc() noexcept | BaseExc | virtual |