|
void | AbstractMethod (const char *method) |
| This function can be used in abstract base classes in case one does not want to make the class a "real" (in C++ sense) ABC. More...
|
|
void | Break (const char *location, const char *msgfmt,...) |
|
void | DefaultErrorHandler (int level, Bool_t abort, const char *location, const char *msg) |
| The default error handler function. More...
|
|
void | Error (const char *location, const char *msgfmt,...) |
|
void | ErrorHandler (int level, const char *location, const char *fmt, va_list va) |
| General error handler function. It calls the user set error handler. More...
|
|
void | Fatal (const char *location, const char *msgfmt,...) |
|
ErrorHandlerFunc_t | GetErrorHandler () |
| Returns the current error handler function. More...
|
|
void | Info (const char *location, const char *msgfmt,...) |
|
void | MayNotUse (const char *method) |
| This function can be used in classes that should override a certain function, but in the inherited class the function makes no sense. More...
|
|
void | Obsolete (const char *function, const char *asOfVers, const char *removedFromVers) |
| Use this function to declare a function obsolete. More...
|
|
ErrorHandlerFunc_t | SetErrorHandler (ErrorHandlerFunc_t newhandler) |
| Set an errorhandler function. Returns the old handler. More...
|
|
void | SysError (const char *location, const char *msgfmt,...) |
|
void | Warning (const char *location, const char *msgfmt,...) |
|