![]() |
ATLAS Offline Software
|
Classes | |
| class | ReportMessage |
| Helper class to use to report a message. More... | |
Functions | |
| std::string | context_name (const INamedInterface *context) |
Return the context name from a context (this) pointer. | |
| std::string | context_name (const void *context) |
Return the context name from a context (this) pointer. | |
| std::string | munge_filename (const std::string &file, const std::string &pkg) |
| Shorten filename. | |
| std::string | context_name (const SG::VarHandleBase *context) |
| Return a context name for a VarHandle. | |
| std::string errorcheck::context_name | ( | const INamedInterface * | context | ) |
Return the context name from a context (this) pointer.
| context | The context from which to get the name. |
This is the specialization for an INamedInterface.
Definition at line 230 of file errorcheck.cxx.
| std::string errorcheck::context_name | ( | const SG::VarHandleBase * | context | ) |
Return a context name for a VarHandle.
| context | The VarHandle. |
For use with the CHECK and REPORT_MESSAGE macros.
Definition at line 70 of file StoreGate/src/VarHandleBase.cxx.
| std::string errorcheck::context_name | ( | const void * | context | ) |
Return the context name from a context (this) pointer.
| context | The context from which to get the name. |
This is the specialization for an unknown context type; it returns a blank name.
Definition at line 244 of file errorcheck.cxx.
| std::string errorcheck::munge_filename | ( | const std::string & | file, |
| const std::string & | pkg ) |
Shorten filename.
| file | The full file path |
| pkg | The package name (with optional version) |
Definition at line 38 of file errorcheck.cxx.