source:
icGREP/icgrep-devel/icgrep/re/re_name_gather.h
@
5565
Last change on this file since 5565 was 5565, checked in by xuedongx, 20 months ago | |
---|---|
File size: 213 bytes |
Rev | Line | |
---|---|---|
[5565] | 1 | #ifndef RE_NAME_GATHER_H |
2 | #define RE_NAME_GATHER_H | |
3 | ||
4 | #include <UCD/ucd_compiler.hpp> | |
5 | ||
6 | namespace re { | |
7 | ||
8 | class RE; | |
9 | class Name; | |
10 | ||
11 | UCD::UCDCompiler::NameMap gatherNames(RE * &re, Name * &zerowidth); | |
12 | ||
13 | } | |
14 | #endif |
Note: See TracBrowser
for help on using the repository browser.