Last change
on this file since 5810 was
4207,
checked in by nmedfort, 4 years ago
|
Minor changes; moved printers to re and pablo folders.
|
File size:
397 bytes
|
Line | |
---|
1 | /* |
---|
2 | * Copyright (c) 2014 International Characters. |
---|
3 | * This software is licensed to the public under the Open Software License 3.0. |
---|
4 | * icgrep is a trademark of International Characters. |
---|
5 | */ |
---|
6 | |
---|
7 | #ifndef PRINTER_RE_H |
---|
8 | #define PRINTER_RE_H |
---|
9 | |
---|
10 | #include <string> |
---|
11 | |
---|
12 | namespace re { |
---|
13 | class RE; |
---|
14 | } |
---|
15 | |
---|
16 | class Printer_RE |
---|
17 | { |
---|
18 | public: |
---|
19 | static const std::string PrintRE(const re::RE *re); |
---|
20 | }; |
---|
21 | |
---|
22 | #endif // PRINTER_RE_H |
---|
Note: See
TracBrowser
for help on using the repository browser.