![]() |
ATLAS Offline Software
|
#include <string>Go to the source code of this file.
Namespaces | |
| namespace | asg |
Macros | |
| #define | ASG_TOOL_INTERFACE(CLASSNAME) |
| #define | ASG_TOOL_CLASS0(CLASSNAME) |
| #define | ASG_TOOL_CLASS(CLASSNAME, INT1) |
| #define | ASG_TOOL_CLASS1 ASG_TOOL_CLASS |
| #define | ASG_TOOL_CLASS2(CLASSNAME, INT1, INT2) |
| #define | ASG_TOOL_CLASS3(CLASSNAME, INT1, INT2, INT3) |
Functions | |
| std::string | asg::ptrToString (const void *p) |
| #define ASG_TOOL_CLASS | ( | CLASSNAME, | |
| INT1 ) |
Definition at line 68 of file AsgToolMacros.h.
| #define ASG_TOOL_CLASS0 | ( | CLASSNAME | ) |
Definition at line 62 of file AsgToolMacros.h.
| #define ASG_TOOL_CLASS1 ASG_TOOL_CLASS |
Definition at line 75 of file AsgToolMacros.h.
| #define ASG_TOOL_CLASS2 | ( | CLASSNAME, | |
| INT1, | |||
| INT2 ) |
Definition at line 77 of file AsgToolMacros.h.
| #define ASG_TOOL_CLASS3 | ( | CLASSNAME, | |
| INT1, | |||
| INT2, | |||
| INT3 ) |
Definition at line 85 of file AsgToolMacros.h.
| #define ASG_TOOL_INTERFACE | ( | CLASSNAME | ) |
Definition at line 40 of file AsgToolMacros.h.