HPCToolkit
ProcNameMgr Class Referenceabstract

#include <ProcNameMgr.hpp>

Inheritance diagram for ProcNameMgr:

Public Member Functions

 ProcNameMgr ()
 
virtual ~ProcNameMgr ()
 
virtual std::string canonicalize (const std::string &name)=0
 
std::string canonicalizeCppTemplate (const std::string &name)
 

Detailed Description

Definition at line 82 of file ProcNameMgr.hpp.

Constructor & Destructor Documentation

◆ ProcNameMgr()

ProcNameMgr::ProcNameMgr ( )
inline

Definition at line 85 of file ProcNameMgr.hpp.

◆ ~ProcNameMgr()

virtual ProcNameMgr::~ProcNameMgr ( )
inlinevirtual

Definition at line 86 of file ProcNameMgr.hpp.

Here is the call graph for this function:

Member Function Documentation

◆ canonicalize()

virtual std::string ProcNameMgr::canonicalize ( const std::string &  name)
pure virtual

Implemented in CilkNameMgr, and CppNameMgr.

Here is the caller graph for this function:

◆ canonicalizeCppTemplate()

std::string ProcNameMgr::canonicalizeCppTemplate ( const std::string &  name)

Definition at line 99 of file ProcNameMgr.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: