13 template <
typename Iterator,
typename Skipper>
17 template <
typename ClassID>
20 dest = {arg.first, arg.second};
32 qi::rule<Iterator, DataObjID(), Skipper>
result;
33 ph::function<Operations>
op;
52 if ( !p_clidSvc || p_clidSvc->getIDOfTypeName( m_className, m_clid ).isFailure() ) {
54 m_className =
"UNKNOWN_CLASS:" + m_className;
62 if ( !p_clidSvc || p_clidSvc->getTypeNameOfID( m_clid, m_className ).isFailure() ) {
86 return ( m_clid == 0 && m_className.empty() ) ? m_key : ( m_className +
'/' + m_key );
std::string toString(const TYPE &v)
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)
qi::rule< Iterator, DataObjID(), Skipper > result
std::string toString(const TYPE &obj)
the generic implementation of the type conversion to the string
static IClassIDSvc * p_clidSvc
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()
TYPE fromString(const std::string &s)
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
void operator()(DataObjID &dest, const std::string &arg) const
Grammar_< Iterator, std::pair< unsigned int, std::string >, Skipper >::Grammar atlas1_style
implementation of various functions for streaming.
std::string fullKey() const
void operator()(DataObjID &dest, const std::pair< ClassID, std::string > &arg) const
Helper functions to set/get the application return code.
REGISTER_GRAMMAR(GaudiMath::Interpolation::Type, InterpolGrammar)