Vcsn  2.4
Be Rational
fwd.hh
Go to the documentation of this file.
1 #pragma once
2 
3 namespace vcsn
4 {
5  // lib/vcsn/dyn/type-ast.hh.
6  namespace ast
7  {
8  class ast_node;
9  class automaton;
10  class context;
11  class expansionset;
12  class expressionset;
13  class genset;
14  class letterset;
15  class nullableset;
16  class oneset;
17  class other;
18  class polynomialset;
19  class tuple;
20  class tupleset;
21  class weightset;
22  class wordset;
23  }
24 }
Definition: a-star.hh:8
auto tuple(const Auts &...as)
Build the (accessible part of the) tuple.
rat::expansionset< ExpSet > expansionset
Definition: fwd.hh:208
weightset_mixin< rat::expressionset_impl< Context >> expressionset
Definition: fwd.hh:205
weightset_mixin< detail::polynomialset_impl< Context, Kind >> polynomialset
Definition: fwd.hh:63
weightset_mixin< detail::tupleset_impl< LabelSets... >> tupleset
Definition: fwd.hh:27