![]() |
Vcsn
2.0
Be Rational
|
#include <parse.hh>
Public Member Functions | |
| braced_ratexp & | operator= (exp_t e) |
Public Attributes | |
| exp_t | exp |
| The expression parsed so far. More... | |
| bool | lparen = false |
| Whether there was a left-paren. More... | |
| bool | rparen = false |
| Whether there was a right-paren. More... | |
|
inline |
| exp_t vcsn::rat::braced_ratexp::exp |
The expression parsed so far.
Definition at line 60 of file parse.hh.
Referenced by vcsn::rat::parser::parse().
| bool vcsn::rat::braced_ratexp::lparen = false |
Whether there was a left-paren.
Definition at line 62 of file parse.hh.
Referenced by vcsn::rat::parser::parse().
| bool vcsn::rat::braced_ratexp::rparen = false |
Whether there was a right-paren.
Definition at line 64 of file parse.hh.
Referenced by vcsn::rat::parser::parse().