Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
fwd.hh
Go to the documentation of this file.
1 #ifndef VCSN_CTX_FWD_HH
2 # define VCSN_CTX_FWD_HH
3 
4 # include <memory>
5 
6 namespace vcsn
7 {
8  // context.hh.
9  template <typename LabelSet, typename WeightSet>
10  class context;
11 };
12 
13 #endif // !VCSN_CTX_FWD_HH
std::shared_ptr< const detail::context_base > context
Definition: context.hh:71