#include <AliasStore.h>
Definition at line 11 of file AliasStore.h.
◆ AliasStore()
| AliasStore::AliasStore |
( |
| ) |
|
|
inline |
◆ AddAlias()
| void AliasStore::AddAlias |
( |
const std::string & | tag, |
|
|
const std::string & | alias ) |
Definition at line 8 of file AliasStore.cxx.
9{
10 if (this->
find(tag)!=this->
end())
11 {
12 std::cout<<"trying to set existing alias: old value kept"<<std::endl;
13 }
14 else
16}
std::string find(const std::string &s)
return a remapped string
◆ Alias()
| std::string AliasStore::Alias |
( |
const std::string & | tag | ) |
|
◆ IsAliased()
| bool AliasStore::IsAliased |
( |
const std::string & | tag | ) |
|
Definition at line 26 of file AliasStore.cxx.
27{
28 if (this->
find(tag)!=this->
end())
29 return true;
30 return false;
31}
◆ elements
| T std::map< K, T >::elements |
|
inherited |
◆ keys
The documentation for this class was generated from the following files: