|
FreeLing
4.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 | |
| freeling::regexp | re |
| std::wstring | expression |
| std::wstring | data |
Auxiliary class to store a single RE_map rule.
| freeling::RE_map_rule::RE_map_rule | ( | const std::wstring & | ex, |
| const std::wstring & | dt | ||
| ) | [inline] |
References data, and expression.
| freeling::RE_map_rule::RE_map_rule | ( | const RE_map_rule & | s | ) | [inline] |
References data, and expression.
| std::wstring freeling::RE_map_rule::data |
Referenced by RE_map_rule().
| std::wstring freeling::RE_map_rule::expression |
Referenced by RE_map_rule().
1.7.6.1