#include <RootCoreUtils/PrintMsg.h>
#include <TString.h>
#include <RootCoreUtils/Assert.h>
#include <RootCoreUtils/Message.h>
#include <cstdlib>
Go to the source code of this file.
|
| | RCU |
| | This module defines a variety of assert style macros.
|
| |
|
| void | RCU::send_message (const char *package, const char *file, unsigned line, MessageType type, const char *msg) |
| |
| void | RCU::send_message (const char *package, const char *file, unsigned line, MessageType type, const std::string &msg) |
| |
| void | RCU::send_message (const char *package, const char *file, unsigned line, MessageType type, const TString &msg) |
| |
| void | RCU::send_message_abort (const char *package, const char *file, unsigned line, MessageType type, const char *msg) |
| |
| void | RCU::send_message_abort (const char *package, const char *file, unsigned line, MessageType type, const std::string &msg) |
| |
| void | RCU::send_message_abort (const char *package, const char *file, unsigned line, MessageType type, const TString &msg) |
| |