Psyllid
v1.12.4
Project 8 Data Acquisisition Software
|
#include <psyllid_error.hh>
Public Member Functions | |
error () | |
error (const error &p_copy) | |
error & | operator= (const error &p_copy) |
virtual | ~error () throw () |
template<class x_type > | |
error & | operator<< (const x_type &p_fragment) |
const char * | what () const throw () |
Protected Attributes | |
std::string | f_message |
Definition at line 11 of file psyllid_error.hh.
error | ( | ) |
Definition at line 8 of file psyllid_error.cc.
Definition at line 13 of file psyllid_error.cc.
|
virtual |
Definition at line 24 of file psyllid_error.cc.
error & operator<< | ( | const x_type & | p_fragment | ) |
Definition at line 29 of file psyllid_error.hh.
Definition at line 18 of file psyllid_error.cc.
const char * what | ( | ) | const | |
throw | ( | |||
) |
Definition at line 28 of file psyllid_error.cc.
|
protected |
Definition at line 25 of file psyllid_error.hh.