Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
scan.hh
Go to the documentation of this file.
1 #ifndef LIB_VCSN_DOT_SCAN_HH
2 # define LIB_VCSN_DOT_SCAN_HH
3 
4 // Set parameters for Flex header, and include it.
5 # define YY_FLEX_NAMESPACE_BEGIN \
6  namespace vcsn { \
7  namespace detail { \
8  namespace dot {
9 
10 # define YY_FLEX_NAMESPACE_END \
11  } \
12  } \
13  }
14 
15 # include <lib/vcsn/rat/location.hh>
16 
20 
21 # include <vcsn/misc/flex-lexer.hh>
22 
23 #endif // !LIB_VCSN_DOT_SCAN_HH
#define YY_FLEX_NAMESPACE_BEGIN
Definition: scan.hh:5
#define YY_FLEX_NAMESPACE_END
Definition: scan.hh:10
vcsn::rat::location location
Definition: scan.hh:18
Abstract a location.
Definition: location.hh:47
Define the vcsn::rat::location class.