Vcsn  2.8
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 198 of file type-ast.hh.

Constructor & Destructor Documentation

◆ wordset()

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

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

Member Function Documentation

◆ accept()

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

Implements vcsn::ast::ast_node.

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

◆ genset()

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

The generator set.

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

◆ has_one()

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

Reimplemented from vcsn::ast::ast_node.

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

Member Data Documentation

◆ gs_

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

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


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