The Gaudi Framework  v33r1 (b1225454)
Gaudi::Parsers::KeyValueGrammar< Iterator, Skipper > Struct Template Reference

#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 567 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 569 of file Grammars.h.

Constructor & Destructor Documentation

◆ KeyValueGrammar()

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

Definition at line 574 of file Grammars.h.

574  : KeyValueGrammar::base_type( pair ) {
575  //------------------------------------------------------------------------------
576  pair = gstring >> ":" >> +enc::char_;
577  }
qi::rule< Iterator, ResultT(), Skipper > pair
Definition: Grammars.h:580
StringGrammar< Iterator, Skipper > gstring
Definition: Grammars.h:579

Member Data Documentation

◆ gstring

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

Definition at line 579 of file Grammars.h.

◆ pair

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

Definition at line 580 of file Grammars.h.


The documentation for this struct was generated from the following file: