ATLAS Offline Software
Namespaces | Functions
errorcheck.cxx File Reference

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>
Include dependency graph for errorcheck.cxx:

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...
 

Detailed Description

Helpers for checking error return status codes and reporting errors.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Jan, 2006

Definition in file errorcheck.cxx.