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

Public Member Functions | |
| error () | |
| error (const error &) | |
| ~error () throw () | |
| template<class x_streamable > | |
| error & | operator<< (x_streamable a_fragment) |
| error & | operator<< (const std::string &a_fragment) |
| error & | operator<< (const char *a_fragment) |
| virtual const char * | what () const throw () |
Private Attributes | |
| std::string | f_error |
1.8.13