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. More... | |
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 32 of file AthenaKernel/AthenaKernel/ClassName.h.
|
static |
Return the name of class T
as a string.