Vcsn  2.4
Be Rational
fwd.hh
Go to the documentation of this file.
1 #pragma once
2 
3 #include <set>
4 #include <string>
5 
6 namespace vcsn
7 {
8  namespace rat
9  {
10 
12  using class_t = std::set<std::pair<std::string, std::string>>;
13 
14  // lib/vcsn/rat/driver.hh.
15  class driver;
16 
17  // lib/vcsn/rat/scan.hh.
18  class yyFlexLexer;
19 
20  // lib/vcsn/rat/location.hh.
21  class location;
22 
23  }
24 }
std::set< std::pair< std::string, std::string >> class_t
A set of label ranges.
Definition: fwd.hh:12
State and public interface for rational expression parsing.
Definition: driver.hh:18
Definition: a-star.hh:8
Abstract a location.
Definition: location.hh:47