Vcsn  2.3a
Be Rational
type-ast.hh File Reference
#include <iostream>
#include <memory>
#include <vector>
#include <vcsn/core/rat/identities.hh>
#include <lib/vcsn/dyn/context-visitor.hh>
#include <vcsn/dyn/fwd.hh>
Include dependency graph for type-ast.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::ast::ast_node
 
class  vcsn::ast::context
 
class  vcsn::ast::tupleset
 
class  vcsn::ast::tuple
 
class  vcsn::ast::nullableset
 
class  vcsn::ast::oneset
 
class  vcsn::ast::genset
 Represents the "alphabets", or "generator set". More...
 
class  vcsn::ast::letterset
 Support for letterset<GenSet>. More...
 
class  vcsn::ast::wordset
 Support for wordset<GenSet>. More...
 
class  vcsn::ast::expressionset
 
class  vcsn::ast::expansionset
 
class  vcsn::ast::weightset
 
class  vcsn::ast::other
 
class  vcsn::ast::automaton
 
class  vcsn::ast::polynomialset
 

Namespaces

 vcsn
 
 vcsn::ast
 

Macros

#define ACCEPT()
 

Macro Definition Documentation

#define ACCEPT ( )
Value:
virtual void accept(context_visitor &v) const \
{ \
v.visit(*this); \
}
return v
Definition: multiply.hh:361

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