|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |
#include <Grammar.h>


Public Types | |
| typedef std::string | ResultT |
Public Member Functions | |
| IdentifierGrammar () | |
Public Attributes | |
| qi::rule< Iterator, Node(), Skipper > | ident |
| qi::rule< Iterator, std::string(), Skipper > | str |
| qi::rule< Iterator, std::string()> | inner |
| ph::function< NodeOperations > | op |
| typedef std::string Gaudi::Parsers::IdentifierGrammar< Iterator, Skipper >::ResultT |
|
inline |
| qi::rule<Iterator, std::string()> Gaudi::Parsers::IdentifierGrammar< Iterator, Skipper >::inner |
| ph::function<NodeOperations> Gaudi::Parsers::IdentifierGrammar< Iterator, Skipper >::op |
| qi::rule<Iterator, std::string(), Skipper> Gaudi::Parsers::IdentifierGrammar< Iterator, Skipper >::str |