![]() |
ATLAS Offline Software
|
Some common helper functions used by decoration handles. More...
#include "StoreGate/DecorKeyHelpers.h"#include "StoreGate/exceptions.h"#include "StoreGate/VarHandleKey.h"Go to the source code of this file.
Namespaces | |
| SG | |
| Forward declaration. | |
Functions | |
| std::string | SG::contKeyFromKey (const std::string &key) |
| Extract the container part of key. More... | |
| std::string | SG::decorKeyFromKey (const std::string &key, const std::string &deflt) |
| Extract the decoration part of key. More... | |
| std::string | SG::makeContDecorKey (const std::string &cont, const std::string &decor) |
| Make a StoreGate key from container and decoration name. More... | |
| std::string | SG::makeContDecorKey (const VarHandleKey &contKey, const std::string &key) |
| Make a StoreGate key from container and decoration. More... | |
| void | SG::removeContFromDecorKey (const VarHandleKey &contKey, std::string &key) |
| Remove container name from decoration key. More... | |
Some common helper functions used by decoration handles.
Definition in file DecorKeyHelpers.cxx.
1.8.18