ATLAS Offline Software
|
Helpers for checking error return status codes and reporting errors. More...
#include "AthenaKernel/errorcheck.h"
#include "AthenaKernel/getMessageSvc.h"
#include "CxxUtils/normalizeFunctionName.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/INamedInterface.h"
#include <ctype.h>
Go to the source code of this file.
Namespaces | |
errorcheck | |
Functions | |
std::string | errorcheck::munge_filename (const std::string &file, const std::string &pkg) |
Shorten filename. More... | |
std::string | errorcheck::context_name (const INamedInterface *context) |
Return the context name from a context (this ) pointer. More... | |
std::string | errorcheck::context_name (const void *context) |
Return the context name from a context (this ) pointer. More... | |
Helpers for checking error return status codes and reporting errors.
Definition in file errorcheck.cxx.