|
Gaudi Framework, version v21r11 |
| Home | Generated: 30 Sep 2010 |
#include <ParserGrammar.h>
Public Member Functions | |
| definition (PropertyGrammar const &self) | |
| rule< ScannerT > const & | start () const |
Public Attributes | |
| IdentifierGrammar | ident |
| rule< ScannerT, ClosureGrammar < std::string >::context_t > | ns |
| rule< ScannerT > | property |
Definition at line 112 of file ParserGrammar.h.
| Gaudi::Parsers::PropertyGrammar::definition< ScannerT >::definition | ( | PropertyGrammar const & | self | ) | [inline] |
| rule<ScannerT> const& Gaudi::Parsers::PropertyGrammar::definition< ScannerT >::start | ( | ) | const [inline] |
| IdentifierGrammar Gaudi::Parsers::PropertyGrammar::definition< ScannerT >::ident |
Definition at line 120 of file ParserGrammar.h.
| rule<ScannerT,ClosureGrammar<std::string>::context_t> Gaudi::Parsers::PropertyGrammar::definition< ScannerT >::ns |
Definition at line 123 of file ParserGrammar.h.
| rule<ScannerT> Gaudi::Parsers::PropertyGrammar::definition< ScannerT >::property |
Definition at line 124 of file ParserGrammar.h.