![]() |
ATLAS Offline Software
|
An interface for getting the name of a class as a string. More...
#include <ClassName.h>
Static Public Member Functions | |
| static std::string | name () |
Return the name of class T as a string. | |
An interface for getting the name of a class as a string.
This template class provides an interface for getting the name of a class as a string. By default, it uses typeinfoName from GaudiKernel, but it may be specialized to override the behavior for specific classes.
Definition at line 30 of file AthenaKernel/AthenaKernel/ClassName.h.
Return the name of class T as a string.
Return the root name of the expression.
In A::B<C>, the root name is B.
Definition at line 229 of file CxxUtils/Root/ClassName.cxx.