Vcsn  2.3a
Be Rational
fwd.hh
Go to the documentation of this file.
1 #pragma once
2 
3 namespace vcsn
4 {
5  namespace dyn
6  {
7  // vcsn/dyn/automaton.hh.
8  class automaton;
9 
10  // vcsn/dyn/context.hh.
11  class context;
12 
13  // vcsn/dyn/value.hh.
14  namespace detail
15  {
16  struct expansion_tag;
17  struct expression_tag;
18  struct label_tag;
19  struct polynomial_tag;
20  struct weight_tag;
21  }
22  template <typename tag>
23  class value_impl;
29  }
30 }
Definition: a-star.hh:8
A dyn Value/ValueSet.
Definition: fwd.hh:23
value_impl< detail::expression_tag > expression
Definition: fwd.hh:25