![]() |
Scarab
v3.9.4
Project 8 C++ Utility Library
|
#include <error.hh>
Public Member Functions | |
error ()=default | |
error (const error &)=default | |
~error () noexcept=default | |
![]() | |
typed_exception () noexcept | |
typed_exception (const std::string &a_filename, int a_line) noexcept | |
typed_exception (const typed_exception< error > &a_orig) noexcept | |
virtual | ~typed_exception () noexcept |
typed_exception< error > & | operator= (const typed_exception< error > &a_orig) |
error & | operator<< (x_streamable a_fragment) |
error & | operator<< (const std::string &a_fragment) |
error & | operator<< (const char *a_fragment) |
error & | operator() (const std::string &a_filename, int a_line) |
virtual const char * | what () const noexcept |
virtual const char * | where () const noexcept |
const std::string & | filename () const |
int | line () const |
![]() | |
base_exception () noexcept=default | |
virtual | ~base_exception () noexcept=default |
Additional Inherited Members | |
![]() | |
std::string | f_what |
std::string | f_where |
std::string | f_filename |
int | f_line |
|
default |
|
defaultnoexcept |