Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vcsn::rat::braced_ratexp Struct Reference

#include <parse.hh>

Collaboration diagram for vcsn::rat::braced_ratexp:

Public Member Functions

braced_ratexpoperator= (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...
 

Detailed Description

Definition at line 57 of file parse.hh.

Member Function Documentation

braced_ratexp& vcsn::rat::braced_ratexp::operator= ( exp_t  e)
inline

Definition at line 65 of file parse.hh.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: