|
FreeLing
3.0
|
Auxiliary class to store a single RE_map rule. More...
#include <RE_map.h>
Public Member Functions | |
| RE_map_rule (const std::wstring &ex, const std::wstring &dt) | |
| RE_map_rule (const RE_map_rule &s) | |
Public Attributes | |
| boost::u32regex | re |
| std::wstring | expression |
| std::wstring | data |
Auxiliary class to store a single RE_map rule.
| RE_map_rule::RE_map_rule | ( | const std::wstring & | ex, |
| const std::wstring & | dt | ||
| ) | [inline] |
References data, expression, and re.
| RE_map_rule::RE_map_rule | ( | const RE_map_rule & | s | ) | [inline] |
References data, expression, and re.
| std::wstring RE_map_rule::data |
Referenced by RE_map_rule().
| std::wstring RE_map_rule::expression |
Referenced by RE_map_rule().
| boost::u32regex RE_map_rule::re |
Referenced by RE_map_rule().
1.7.6.1