Go to the documentation of this file.
22 if ( !in.empty() && in.front() == in.back() && ( in.front() ==
'\'' || in.front() ==
'\"' ) )
25 s << std::quoted( in );
33 template <
typename Iterator,
typename Skipper>
37 template <
typename ClassID>
39 dest = { arg.first, arg.second };
51 ph::function<Operations>
op;
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
Grammar_< Iterator, std::string, Skipper >::Grammar gaudi_style
get
decorate the vector of properties
StatusCode parse_(ResultT &result, std::string_view input)
Grammar_< Iterator, std::pair< unsigned int, std::string >, Skipper >::Grammar atlas1_style
std::string fullKey() const
combination of the key and the ClassName, mostly for debugging
void operator()(DataObjID &dest, const std::pair< ClassID, std::string > &arg) const
GAUDI_API ISvcLocator * svcLocator()
TYPE fromString(const TYPE &ref_value, const std::string &s) final override
StatusCode service(const Gaudi::Utils::TypeNameString &name, T *&svc, bool createIf=true)
Templated method to access a service by name.
Grammar_< Iterator, std::pair< std::string, std::string >, Skipper >::Grammar atlas2_style
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
std::string toString(const TYPE &obj)
the generic implementation of the type conversion to the string
std::ostream & toStream(const DataObjID &d, std::ostream &os)
REGISTER_GRAMMAR(std::string, StringGrammar)
void operator()(DataObjID &dest, const std::string &arg) const
StatusCode parse(DataObjID &dest, std::string_view src)
ph::function< Operations > op
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
static IClassIDSvc * p_clidSvc
qi::rule< Iterator, DataObjID(), Skipper > result
virtual StatusCode getTypeNameOfID(const CLID &id, std::string &typeName) const =0
get user assigned type name associated with clID
interface to the CLID database
std::string toString(const TYPE &v)
boost::spirit::classic::position_iterator2< ForwardIterator > Iterator