Go to the documentation of this file.
30 : m_str(
std::move(
key ) )
31 , m_hash(
std::hash<
std::string>()( m_str ) )
100 result.
reserve( _result.size() );
StatusCode parse(GaudiUtils::HashMap< K, V > &result, std::string_view input)
Basic parser for the types of HashMap used in DODBasicMapper.
T back_inserter(T... args)
const std::string & __str__() const
the representation of the object
StringKey(const char *key="")
constructor from plain C-string, perform hashing
std::string __repr__() const
the representation of the object
std::string toString(const TYPE &obj)
the generic implementation of the type conversion to the string
constexpr static const auto SUCCESS
StatusCode parse(DataObjID &dest, std::string_view src)
std::ostream & toStream(ITERATOR first, ITERATOR last, std::ostream &s, const std::string &open, const std::string &close, const std::string &delim)
the helper function to print the sequence
std::string toString() const
string representation (for properties)
bool __eq__(const StringKey &right) const
equality operator for python
bool __neq__(const StringKey &right) const
non-equality operator for python