The Gaudi Framework  v36r13 (995e4364)
Gaudi::Parsers::KeyValueGrammar< Iterator, Skipper > Struct Template Reference

#include </builds/gaudi/Gaudi/GaudiKernel/include/Gaudi/Parsers/Grammars.h>

Inheritance diagram for Gaudi::Parsers::KeyValueGrammar< Iterator, Skipper >:
Collaboration diagram for Gaudi::Parsers::KeyValueGrammar< Iterator, Skipper >:

Classes

struct  first
 
struct  second
 

Public Types

typedef std::pair< std::string, std::stringResultT
 

Public Member Functions

 KeyValueGrammar ()
 

Public Attributes

StringGrammar< Iterator, Skippergstring
 
qi::rule< Iterator, ResultT(), Skipperpair
 

Detailed Description

template<typename Iterator, typename Skipper>
struct Gaudi::Parsers::KeyValueGrammar< Iterator, Skipper >

Definition at line 569 of file Grammars.h.

Member Typedef Documentation

◆ ResultT

template<typename Iterator , typename Skipper >
typedef std::pair<std::string, std::string> Gaudi::Parsers::KeyValueGrammar< Iterator, Skipper >::ResultT

Definition at line 571 of file Grammars.h.

Constructor & Destructor Documentation

◆ KeyValueGrammar()

template<typename Iterator , typename Skipper >
Gaudi::Parsers::KeyValueGrammar< Iterator, Skipper >::KeyValueGrammar ( )
inline

Definition at line 576 of file Grammars.h.

576  : KeyValueGrammar::base_type( pair ) {
577  //------------------------------------------------------------------------------
578  pair = gstring >> ":" >> +enc::char_;
579  }

Member Data Documentation

◆ gstring

template<typename Iterator , typename Skipper >
StringGrammar<Iterator, Skipper> Gaudi::Parsers::KeyValueGrammar< Iterator, Skipper >::gstring

Definition at line 581 of file Grammars.h.

◆ pair

template<typename Iterator , typename Skipper >
qi::rule<Iterator, ResultT(), Skipper> Gaudi::Parsers::KeyValueGrammar< Iterator, Skipper >::pair

Definition at line 582 of file Grammars.h.


The documentation for this struct was generated from the following file:
Gaudi::Parsers::KeyValueGrammar::gstring
StringGrammar< Iterator, Skipper > gstring
Definition: Grammars.h:581
Gaudi::Parsers::KeyValueGrammar::pair
qi::rule< Iterator, ResultT(), Skipper > pair
Definition: Grammars.h:582