ATLAS Offline Software
|
Exception — Attempt to get non-const VarHandleKey from non-owning VarHandle. More...
#include <exceptions.h>
Public Member Functions | |
ExcNonConstHandleKey (CLID clid, const std::string &sgkey, const std::string &storename) | |
Constructor. More... | |
Exception — Attempt to get non-const VarHandleKey from non-owning VarHandle.
If a Read/Write/Update handle is initialized from a HandleKey object, then that HandleKey is const, and cannot be retrieved as a non-const reference. A non-const HandleKey can only be retrieved if the handle was not initialized from a HandleKey.
Definition at line 249 of file Control/StoreGate/StoreGate/exceptions.h.
SG::ExcNonConstHandleKey::ExcNonConstHandleKey | ( | CLID | clid, |
const std::string & | sgkey, | ||
const std::string & | storename | ||
) |
Constructor.
clid | CLID from the key. |
sgkey | StoreGate key from the key. |
storename | Store name from the key. |
Definition at line 323 of file Control/StoreGate/src/exceptions.cxx.