ATLAS Offline Software
Namespaces | Functions
PrintMsg.cxx File Reference
#include <RootCoreUtils/PrintMsg.h>
#include <TString.h>
#include <RootCoreUtils/Assert.h>
#include <RootCoreUtils/Message.h>
#include <cstdlib>
Include dependency graph for PrintMsg.cxx:

Go to the source code of this file.

Namespaces

 RCU
 This module defines a variety of assert style macros.
 

Functions

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)