Belle II Software development
|
Public Member Functions | |
CprErrorMessage () | |
Default constructor. | |
virtual | ~CprErrorMessage () |
Default constructor. | |
void | PrintError (char *err_message, const char *file, const char *func_name, const int line) |
void | PrintError (const int shmflag, RunInfoBuffer *nsm_status, char *err_message, const char *file, const char *func_name, const int line) |
void | PrintError (const int shmflag, RunInfoBuffer *nsm_status, std::string err_str) |
void | PrintError (const char *err_message) |
Definition at line 22 of file CprErrorMessage.h.
CprErrorMessage | ( | ) |
Default constructor.
Definition at line 24 of file CprErrorMessage.cc.
|
virtual |
Default constructor.
Destructor
Definition at line 29 of file CprErrorMessage.cc.
void PrintError | ( | char * | err_message, |
const char * | file, | ||
const char * | func_name, | ||
const int | line | ||
) |
Definition at line 53 of file CprErrorMessage.cc.
void PrintError | ( | const char * | err_message | ) |
Definition at line 82 of file CprErrorMessage.cc.
void PrintError | ( | const int | shmflag, |
RunInfoBuffer * | nsm_status, | ||
char * | err_message, | ||
const char * | file, | ||
const char * | func_name, | ||
const int | line | ||
) |
Definition at line 43 of file CprErrorMessage.cc.
void PrintError | ( | const int | shmflag, |
RunInfoBuffer * | nsm_status, | ||
std::string | err_str | ||
) |
Definition at line 35 of file CprErrorMessage.cc.