Vcsn  2.8
Be Rational
types.hh
Go to the documentation of this file.
1 #pragma once
2 
4 #include <vcsn/misc/direction.hh>
5 #include <vcsn/misc/location.hh>
6 #include <vcsn/misc/export.hh>
7 
8 namespace vcsn
9 {
10  namespace dyn LIBVCSN_API
11  {
14 
17 
20 
23 
26  using word = label;
27  }
28 }
::vcsn::direction direction
Direction for proper on automata.
Definition: types.hh:13
#define LIBVCSN_API
Definition: export.hh:8
direction
Orientation.
Definition: direction.hh:11
vcsn::rat::position position
Position in a file/stream.
Definition: types.hh:22
Abstract a location.
Definition: location.hh:47
An expressionset can implement several different sets of identities on expressions.
Definition: identities.hh:20
vcsn::rat::location location
Pairs of positions in a file/stream.
Definition: fwd.hh:36
A dyn Value/ValueSet.
Definition: fwd.hh:29
Definition: a-star.hh:8
Abstract a position.
Definition: position.hh:57
value_impl< detail::label_tag > label
Definition: fwd.hh:32
::vcsn::rat::identities identities
Sets of identities on expressions.
Definition: fwd.hh:17