ATLAS Offline Software
Loading...
Searching...
No Matches
AthenaKernel/src/ClassName.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
10
11
13#include "GaudiKernel/System.h"
14
15
23std::string Athena::typeinfoName (const std::type_info& ti)
24{
25 return System::typeinfoName (ti);
26}
An interface for getting the name of a class as a string.
std::string typeinfoName(const std::type_info &ti)
Convert a type_info to a demangled string.