|
Gaudi Framework, version v22r1 |
| Home | Generated: Mon Feb 28 2011 |
The grammar for 4D-point. More...
#include <GrammarsForVectors.h>


Classes | |
| struct | definition |
Public Types | |
| typedef POINT | ResultT |
| the actual type of result | |
| typedef ClosureGrammar< POINT > | ClosureT |
Public Member Functions | |
| void | matchX (double value) const |
| callback. Action when we match inner value | |
| void | matchY (double value) const |
| void | matchZ (double value) const |
| void | matchT (double value) const |
The grammar for 4D-point.
Definition at line 92 of file GrammarsForVectors.h.
| typedef ClosureGrammar<POINT> Gaudi::Parsers::Pnt4DGrammar< ScalarGrammarT, POINT >::ClosureT |
Definition at line 102 of file GrammarsForVectors.h.
| typedef POINT Gaudi::Parsers::Pnt4DGrammar< ScalarGrammarT, POINT >::ResultT |
the actual type of result
Definition at line 101 of file GrammarsForVectors.h.
| void Gaudi::Parsers::Pnt4DGrammar< ScalarGrammarT, POINT >::matchT | ( | double | value ) | const [inline] |
Definition at line 110 of file GrammarsForVectors.h.
{ this->val().SetE ( value ) ; }
| void Gaudi::Parsers::Pnt4DGrammar< ScalarGrammarT, POINT >::matchX | ( | double | value ) | const [inline] |
callback. Action when we match inner value
Definition at line 107 of file GrammarsForVectors.h.
{ this->val().SetPx ( value ) ; }
| void Gaudi::Parsers::Pnt4DGrammar< ScalarGrammarT, POINT >::matchY | ( | double | value ) | const [inline] |
Definition at line 108 of file GrammarsForVectors.h.
{ this->val().SetPy ( value ) ; }
| void Gaudi::Parsers::Pnt4DGrammar< ScalarGrammarT, POINT >::matchZ | ( | double | value ) | const [inline] |
Definition at line 109 of file GrammarsForVectors.h.
{ this->val().SetPz ( value ) ; }