Ask a Question | Search PSRCHIVE: |
![]()
|
Error.h 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 Error(ErrorCode c, std::string func, const char *msg=0,...) Error with optional printf-style message. Definition Error.C:25 static const char * err2str(ErrorCode code) convert an error code to a character string Definition Error.C:144 const Error & operator+=(const char *func) Add function name to the list. Definition Error.C:81 friend Error & operator<<(Error &error, const T &t) Add to the Error message. Definition Error.h:123 virtual void report(std::ostream &ostr) const Write error and auxilliary info to ostream. Definition Error.C:98 Generated using doxygen 1.14.0
|