Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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_node
gs_
 

Detailed Description

Support for wordset<GenSet>.

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

Constructor & Destructor Documentation

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

Definition at line 173 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 183 of file type-ast.hh.

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

The generator set.

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

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

Reimplemented from vcsn::ast::ast_node.

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

Member Data Documentation

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

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


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