Vcsn  2.2a
Be Rational
vcsn::ast::wordset Class Reference

Support for wordset<GenSet>. More...

#include <type-ast.hh>

Inheritance diagram for vcsn::ast::wordset:
Collaboration diagram for vcsn::ast::wordset:

Public Member Functions

 wordset (const std::shared_ptr< const ast_node > &gs)
 
std::shared_ptr< const ast_nodegenset () const
 The generator set. More...
 
virtual void accept (context_visitor &v) const
 
virtual bool has_one () const
 
- Public Member Functions inherited from vcsn::ast::ast_node
virtual ~ast_node ()=default
 

Private Attributes

const std::shared_ptr< const ast_nodegs_
 

Detailed Description

Support for wordset<GenSet>.

Definition at line 194 of file type-ast.hh.

Constructor & Destructor Documentation

vcsn::ast::wordset::wordset ( const std::shared_ptr< const ast_node > &  gs)
inline

Definition at line 197 of file type-ast.hh.

Member Function Documentation

virtual void vcsn::ast::wordset::accept ( context_visitor v) const
inlinevirtual

Implements vcsn::ast::ast_node.

Definition at line 207 of file type-ast.hh.

std::shared_ptr<const ast_node> vcsn::ast::wordset::genset ( ) const
inline

The generator set.

Definition at line 202 of file type-ast.hh.

virtual bool vcsn::ast::wordset::has_one ( ) const
inlinevirtual

Reimplemented from vcsn::ast::ast_node.

Definition at line 208 of file type-ast.hh.

Member Data Documentation

const std::shared_ptr<const ast_node> vcsn::ast::wordset::gs_
private

Definition at line 211 of file type-ast.hh.


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