Vcsn  2.2
Be Rational
fwd.hh
Go to the documentation of this file.
1 #pragma once
2 
3 #include <memory>
4 
5 namespace vcsn
6 {
7  // context.hh.
8  template <typename LabelSet, typename WeightSet>
9  class context;
10 }
Definition: a-star.hh:8
std::shared_ptr< const detail::context_base > context
A dyn::context.
Definition: fwd.hh:43