![]() |
Scarab
v2.11.1
Project 8 C++ Utility Library
|
#include <error.hh>

Public Member Functions | |
| error ()=default | |
| error (const error &)=default | |
| ~error () noexcept=default | |
Public Member Functions inherited from base_exception< error > | |
| base_exception () | |
| base_exception (const base_exception< error > &a_orig) | |
| virtual | ~base_exception () noexcept |
| base_exception< error > & | operator= (const base_exception< error > &a_orig) |
| error & | operator<< (x_streamable a_fragment) |
| error & | operator<< (const std::string &a_fragment) |
| error & | operator<< (const char *a_fragment) |
| virtual const char * | what () const noexcept |
Additional Inherited Members | |
Protected Attributes inherited from base_exception< error > | |
| std::string | f_error |
|
default |
|
defaultnoexcept |
1.8.13