|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
The valid represenation of vector are:
#include <Grammars.h>


Classes | |
| struct | definition |
Public Types | |
| typedef GrammarT::ResultT | ValueT |
| typedef std::vector< ValueT > | ResultT |
| typedef VectorGrammar< GrammarT > | SelfT |
Public Member Functions | |
| void | matchItem (const ValueT &value) const |
| callback. Action when we match inner value | |
The valid represenation of vector are:
Definition at line 419 of file Grammars.h.
| typedef std::vector<ValueT> Gaudi::Parsers::VectorGrammar< GrammarT >::ResultT |
Definition at line 427 of file Grammars.h.
| typedef VectorGrammar<GrammarT> Gaudi::Parsers::VectorGrammar< GrammarT >::SelfT |
Definition at line 428 of file Grammars.h.
| typedef GrammarT::ResultT Gaudi::Parsers::VectorGrammar< GrammarT >::ValueT |
Definition at line 426 of file Grammars.h.
| void Gaudi::Parsers::VectorGrammar< GrammarT >::matchItem | ( | const ValueT & | value ) | const [inline] |
callback. Action when we match inner value
Definition at line 431 of file Grammars.h.
{ this->val().push_back(value); }