8     const std::string& input ) {
 
   12   std::string::const_iterator iter = input.begin();
 
   13   bool parse_result = qi::phrase_parse(iter, input.end(), 
g, skipper,
 
   14       result) && (iter==input.end());
 
   17     value = result.second;
 
StatusCode parse_(ResultT &result, const std::string &input)
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper. 
struct GAUDI_API map
Parametrisation class for map-like implementation. 
This class is used for returning status codes from appropriate routines. 
Skipping spaces and comments. 
std::pair< std::string, std::string > ResultT