40 typedef std::vector<std::string> Strings;
44 result.reserve( _result.size() );
46 std::copy( _result.begin(), _result.end(), std::back_inserter( result ) );
The declaration of major parsing functions used e.g for (re)implementation of new extended properties...
StatusCode parse(DataObjID &dest, std::string_view src)
implementation of various functions for streaming.
Helper class for efficient "key" access for strings.
std::string __repr__() const
the representation of the object
std::string m_str
the actual string
std::string toString() const
string representation (for properties)
bool __eq__(const StringKey &right) const
equality operator for python
const std::string & __str__() const
the representation of the object
bool __neq__(const StringKey &right) const
non-equality operator for python
This class is used for returning status codes from appropriate routines.
constexpr static const auto SUCCESS
StatusCode parse(GaudiUtils::HashMap< K, V > &result, std::string_view input)
Basic parser for the types of HashMap used in DODBasicMapper.
std::string toString(const TYPE &obj)
the generic implementation of the type conversion to the string
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