src
Main Page
Namespaces
Classes
Files
File List
File Members
ir
compile.h
Go to the documentation of this file.
1
#ifndef _RE2C_IR_COMPILE_
2
#define _RE2C_IR_COMPILE_
3
4
#include "
src/util/c99_stdint.h
"
5
#include <string>
6
7
#include "
src/util/smart_ptr.h
"
8
9
namespace
re2c
10
{
11
12
class
DFA;
13
struct
Output;
14
struct
Spec;
15
16
smart_ptr<DFA>
compile
(Spec & spec, Output & output,
const
std::string & cond, uint32_t cunits);
17
18
}
// namespace re2c
19
20
#endif // _RE2C_IR_COMPILE_
re2c::compile
smart_ptr< DFA > compile(Spec &spec, Output &output, const std::string &cond, uint32_t cunits)
Definition:
compile.cc:29
smart_ptr.h
c99_stdint.h
re2c
Definition:
bitmap.cc:10
Generated by
1.8.10