Vcsn  2.2
Be Rational
scan.hh
Go to the documentation of this file.
1 #pragma once
2 
3 // Set parameters for Flex header, and include it.
4 #define YY_FLEX_NAMESPACE_BEGIN \
5  namespace vcsn { \
6  namespace detail { \
7  namespace dot {
8 
9 #define YY_FLEX_NAMESPACE_END \
10  } \
11  } \
12  }
13 
14 #include <lib/vcsn/rat/location.hh>
15 
19 
20 #include <vcsn/misc/flex-lexer.hh>
Define the vcsn::rat::location class.
#define YY_FLEX_NAMESPACE_BEGIN
Definition: scan.hh:4
Abstract a location.
Definition: location.hh:47
#define YY_FLEX_NAMESPACE_END
Definition: scan.hh:9
vcsn::rat::location location
Definition: scan.hh:17