Vcsn
2.2
Be Rational
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
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
}
vcsn
Definition:
a-star.hh:8
yyFlexLexer
Definition:
flex-lexer.hh:100
vcsn::rat::location
Abstract a location.
Definition:
location.hh:47
vcsn::rat::class_t
std::set< std::pair< std::string, std::string >> class_t
A set of label ranges.
Definition:
fwd.hh:12
vcsn::rat::driver
State and public interface for rational expression parsing.
Definition:
driver.hh:17
lib
vcsn
rat
fwd.hh
Generated by
1.8.8