Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vcsn::ast::other Class Reference

#include <type-ast.hh>

Inheritance diagram for vcsn::ast::other:
Collaboration diagram for vcsn::ast::other:

Public Member Functions

 other (const std::string &type)
 
const std::string & get_type () const
 
virtual void accept (context_visitor &v) const
 
- Public Member Functions inherited from vcsn::ast::ast_node
virtual ~ast_node ()=default
 
virtual bool has_one () const
 

Private Attributes

std::string type_
 

Detailed Description

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

Constructor & Destructor Documentation

vcsn::ast::other::other ( const std::string &  type)
inline

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

Member Function Documentation

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

Implements vcsn::ast::ast_node.

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

const std::string& vcsn::ast::other::get_type ( ) const
inline

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

Member Data Documentation

std::string vcsn::ast::other::type_
private

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


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