#include <ProcNameMgr.hpp>
|
| static const std::string | cilkmain = "cilk_main" |
| |
|
| bool | isGenerated (const std::string &x, const std::string &pfx, const std::string &sfx) |
| |
| std::string | basename (const std::string &x, const std::string &pfx, const std::string &sfx) |
| |
Definition at line 120 of file ProcNameMgr.hpp.
◆ CilkNameMgr()
| CilkNameMgr::CilkNameMgr |
( |
| ) |
|
|
inline |
◆ ~CilkNameMgr()
| virtual CilkNameMgr::~CilkNameMgr |
( |
| ) |
|
|
inlinevirtual |
◆ basename()
| std::string CilkNameMgr::basename |
( |
const std::string & |
x, |
|
|
const std::string & |
pfx, |
|
|
const std::string & |
sfx |
|
) |
| |
|
inlineprivate |
◆ canonicalize()
| string CilkNameMgr::canonicalize |
( |
const std::string & |
name | ) |
|
|
virtual |
◆ canonicalizeCppTemplate()
| std::string ProcNameMgr::canonicalizeCppTemplate |
( |
const std::string & |
name | ) |
|
|
inherited |
◆ isGenerated()
| bool CilkNameMgr::isGenerated |
( |
const std::string & |
x, |
|
|
const std::string & |
pfx, |
|
|
const std::string & |
sfx |
|
) |
| |
|
inlineprivate |
◆ cilkmain
| const string CilkNameMgr::cilkmain = "cilk_main" |
|
static |
◆ s_inletFast_pfx
| const string CilkNameMgr::s_inletFast_pfx = "_cilk_" |
|
staticprivate |
◆ s_inletFast_sfx
| const string CilkNameMgr::s_inletFast_sfx = "_inlet_fast" |
|
staticprivate |
◆ s_inletNorm_pfx
| const string CilkNameMgr::s_inletNorm_pfx = "_cilk_" |
|
staticprivate |
◆ s_inletNorm_sfx
| const string CilkNameMgr::s_inletNorm_sfx = "_inlet" |
|
staticprivate |
◆ s_inletSlow_pfx
| const string CilkNameMgr::s_inletSlow_pfx = "_cilk_" |
|
staticprivate |
◆ s_inletSlow_sfx
| const string CilkNameMgr::s_inletSlow_sfx = "_inlet_slow" |
|
staticprivate |
◆ s_procExport_pfx
| const string CilkNameMgr::s_procExport_pfx = "mt_" |
|
staticprivate |
◆ s_procExport_sfx
| const string CilkNameMgr::s_procExport_sfx = "" |
|
staticprivate |
◆ s_procImport_pfx
| const string CilkNameMgr::s_procImport_pfx = "_cilk_" |
|
staticprivate |
◆ s_procImport_sfx
| const string CilkNameMgr::s_procImport_sfx = "_import" |
|
staticprivate |
◆ s_procSlow_pfx
| const string CilkNameMgr::s_procSlow_pfx = "_cilk_" |
|
staticprivate |
◆ s_procSlow_sfx
| const string CilkNameMgr::s_procSlow_sfx = "_slow" |
|
staticprivate |
The documentation for this class was generated from the following files: