![]()  | 
  
    Vcsn
    2.5.dev
    
   Be Rational 
   | 
 
Represents the "alphabets", or "generator set". More...
#include <type-ast.hh>
Public Member Functions | |
| genset (const std::string &letter_type, const std::string &gens) | |
| virtual void | accept (context_visitor &v) const | 
| const std::string & | letter_type () const | 
| The char type.  More... | |
| const std::string & | generators () const | 
| The generators.  More... | |
  Public Member Functions inherited from vcsn::ast::ast_node | |
| virtual | ~ast_node ()=default | 
| virtual bool | has_one () const | 
Private Attributes | |
| const std::string | letter_type_ | 
| const std::string | generators_ | 
Represents the "alphabets", or "generator set".
e.g. "char_letter(abc)".
Definition at line 148 of file type-ast.hh.
      
  | 
  inline | 
Definition at line 151 of file type-ast.hh.
      
  | 
  inlinevirtual | 
Implements vcsn::ast::ast_node.
Definition at line 156 of file type-ast.hh.
      
  | 
  inline | 
The generators.
Definition at line 165 of file type-ast.hh.
      
  | 
  inline | 
The char type.
Definition at line 159 of file type-ast.hh.
      
  | 
  private | 
Definition at line 172 of file type-ast.hh.
      
  | 
  private | 
Definition at line 171 of file type-ast.hh.