 |
ProSHADE
0.7.6.2 (DEC 2021)
Protein Shape Detection
|
Go to the documentation of this file.
26 #ifndef PROSHADE_MESSAGES
27 #define PROSHADE_MESSAGES
40 void printProgressMessage ( proshade_signed verbose, proshade_signed messageLevel, std::string message, proshade_signed messageShift = 0 );
41 void printWarningMessage ( proshade_signed verbose, std::string message, std::string warnCode );
This header file contains the ProSHADE_exception class, which is used to report errors occuring durin...
void printWarningMessage(proshade_signed verbose, std::string message, std::string warnCode)
General stderr message printing (used for warnings).
void printWellcomeMessage(proshade_signed verbose)
Wellcome message printing.
void printTerminateMessage(proshade_signed verbose)
Final message printing.
This namespace contains all the functions used for reporting back to the user.
void printHelp(void)
This function prints the help screen in the case -h is called, or if command line arguments cannot be...
void printProgressMessage(proshade_signed verbose, proshade_signed messageLevel, std::string message, proshade_signed messageShift=0)
General stdout message printing.