Exception
1.0.7
|
This is the complete list of members for Exception, including all inherited members.
_what (defined in Exception) | Exception | protected |
begin() const | Exception | inline |
end() const | Exception | inline |
Exception() | Exception | inline |
Exception(const Exception &e) (defined in Exception) | Exception | inline |
Exception(const std::string &arg) | Exception | inline |
exception_queue (defined in Exception) | Exception | protected |
get_message(void) const | Exception | inline |
operator<<(std::ostream &os, Exception &a) | Exception | friend |
operator<<(std::ostream &os, Exception *a) | Exception | friend |
operator=(const Exception &rhs) (defined in Exception) | Exception | |
print(std::ostream &os=std::cerr) const | Exception | protectedvirtual |
set_message(const std::string &msg) | Exception | |
set_rethrow_message(const std::string &file, const int linenum) (defined in Exception) | Exception | |
update_what() (defined in Exception) | Exception | |
what() const noexcept (defined in Exception) | Exception | |
~Exception() (defined in Exception) | Exception | inlinevirtual |