13#ifndef STOREGATE_DECORKEYHELPERS_H
14#define STOREGATE_DECORKEYHELPERS_H
40std::string
decorKeyFromKey (
const std::string& key,
const std::string& deflt =
"");
51std::string
makeContDecorKey(
const std::string& cont,
const std::string& decor);
A property holding a SG store/key/clid from which a VarHandle is made.
void removeContFromDecorKey(const VarHandleKey &contKey, std::string &key)
Remove container name from decoration key.
std::string makeContDecorKey(const std::string &cont, const std::string &decor)
Make a StoreGate key from container and decoration name.
std::string contKeyFromKey(const std::string &key)
Extract the container part of key.
std::string decorKeyFromKey(const std::string &key, const std::string &deflt)
Extract the decoration part of key.