14 s << std::quoted( in );
22 template <
typename Iterator,
typename Skipper>
26 template <
typename ClassID>
28 dest = {arg.first, arg.second};
40 ph::function<Operations>
op;
TYPE fromString(const TYPE &ref_value, const std::string &s) final override
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
StatusCode parse_(ResultT &result, const std::string &input)
REGISTER_GRAMMAR(std::string, StringGrammar)
qi::rule< Iterator, DataObjID(), Skipper > result
std::string toString(const TYPE &obj)
the generic implementation of the type conversion to the string
void operator()(DataObjID &dest, const std::pair< ClassID, std::string > &arg) const
static IClassIDSvc * p_clidSvc
std::string toString(const TYPE &v)
auto get(const Handle &handle, const Algo &, const EventContext &) -> decltype(details::deref(handle.get()))
std::string fullKey() const
virtual StatusCode getIDOfTypeName(const std::string &typeName, CLID &id) const =0
get id associated with type name (if any)
static std::once_flag m_ip
interface to the CLID database
ph::function< Operations > op
StatusCode service(const Gaudi::Utils::TypeNameString &name, T *&svc, bool createIf=true)
Templated method to access a service by name.
GAUDI_API ISvcLocator * svcLocator()
virtual StatusCode getTypeNameOfID(const CLID &id, std::string &typeName) const =0
get user assigned type name associated with clID
This class is used for returning status codes from appropriate routines.
Grammar_< Iterator, std::pair< std::string, std::string >, Skipper >::Grammar atlas2_style
std::ostream & toStream(const DataObjID &d, std::ostream &os)
Grammar_< Iterator, std::string, Skipper >::Grammar gaudi_style
Grammar_< Iterator, std::pair< unsigned int, std::string >, Skipper >::Grammar atlas1_style
StatusCode parse(DataObjID &dest, const std::string &src)
boost::spirit::classic::position_iterator2< ForwardIterator > Iterator
void operator()(DataObjID &dest, const std::string &arg) const
implementation of various functions for streaming.
Header file for std:chrono::duration-based Counters.