![]() |
The Gaudi Framework
v39r4 (77e7e51e)
|
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/DataObjID.h>

Public Member Functions | |
| DataObjID ()=default | |
| DataObjID (const DataObjID &other) | |
| DataObjID (std::string key) | |
| DataObjID (const CLID &clid, std::string key) | |
| DataObjID (std::string className, std::string key) | |
| DataObjID & | operator= (const DataObjID &other) |
| const std::string & | key () const |
| only return the last part of the key More... | |
| const std::string & | className () const |
| return the ClassName (if available) More... | |
| std::string | fullKey () const |
| combination of the key and the ClassName, mostly for debugging More... | |
| CLID | clid () const |
| std::size_t | hash () const |
| void | updateKey (std::string key) |
Public Attributes | |
| friend | DataObjID_Hasher |
Private Member Functions | |
| void | hashGen () |
| void | setClid () |
Private Attributes | |
| CLID | m_clid { 0 } |
| std::size_t | m_hash { 0 } |
| std::string | m_key { "INVALID" } |
| std::string | m_className |
| std::once_flag | m_setClassName |
Friends | |
| bool | operator< (const DataObjID &lhs, const DataObjID &rhs) |
| bool | operator== (const DataObjID &lhs, const DataObjID &rhs) |
| bool | operator!= (const DataObjID &lhs, const DataObjID &rhs) |
| StatusCode | parse (DataObjID &dest, std::string_view src) |
| std::ostream & | toStream (const DataObjID &v, std::ostream &o) |
| std::ostream & | operator<< (std::ostream &os, const DataObjID &d) |
Definition at line 48 of file DataObjID.h.
|
default |
|
inline |
Definition at line 53 of file DataObjID.h.
|
inline |
|
inline |
|
inline |
Definition at line 108 of file DataObjID.h.
| const std::string & DataObjID::className | ( | ) | const |
|
inline |
Definition at line 77 of file DataObjID.h.
| std::string DataObjID::fullKey | ( | ) | const |
combination of the key and the ClassName, mostly for debugging
Definition at line 103 of file DataObjID.cpp.
|
inline |
Definition at line 78 of file DataObjID.h.
|
private |
Definition at line 76 of file DataObjID.cpp.
|
inline |
Definition at line 60 of file DataObjID.h.
|
private |
Definition at line 68 of file DataObjID.cpp.
|
inline |
Definition at line 84 of file DataObjID.h.
Definition at line 82 of file DataObjID.h.
|
friend |
Definition at line 88 of file DataObjID.h.
Definition at line 83 of file DataObjID.h.
|
friend |
Definition at line 58 of file DataObjID.cpp.
|
friend |
Definition at line 84 of file DataObjID.cpp.
| friend DataObjID::DataObjID_Hasher |
Definition at line 50 of file DataObjID.h.
|
mutableprivate |
Definition at line 98 of file DataObjID.h.
|
private |
Definition at line 94 of file DataObjID.h.
|
private |
Definition at line 95 of file DataObjID.h.
|
private |
Definition at line 97 of file DataObjID.h.
|
mutableprivate |
Definition at line 99 of file DataObjID.h.