Ask a Question | Search PSRCHIVE: |
Home
|
Error.h virtual void report(std::ostream &ostr) const Write error and auxilliary info to ostream. Definition: Error.C:98 virtual std::string warning() const Write function name and error message to screen. Definition: Error.C:122 void construct(ErrorCode c, const std::string &func, const char *msg) Contruct the basic deal. Definition: Error.C:49 static bool complete_abort After construction raise a sigkill. Definition: Error.h:65 const Error & operator+=(const char *func) Add function name to the list. Definition: Error.C:81 const std::string get_message() const Get the error message. Definition: Error.C:133 void errno_check() If errno is set, adds a string to message. Definition: Error.C:68 friend Error & operator<<(Error &error, const T &t) Add to the Error message. Definition: Error.h:123 static const char * err2str(ErrorCode code) convert an error code to a character string Definition: Error.C:144 Generated using doxygen 1.8.17
|