This is the complete list of members for
freeling::regexp, including all inherited members.
extract_matches(const match_type &, std::vector< std::wstring > &) const | freeling::regexp | [private] |
extract_matches(const match_type &, std::vector< std::wstring > &, std::vector< int > &) const | freeling::regexp | [private] |
match(const std::wstring &in) const | freeling::regexp | |
match(const std::wstring &in, std::vector< std::wstring > &out) const | freeling::regexp | |
match_type typedef | freeling::regexp | [private] |
re | freeling::regexp | [private] |
regex_type typedef | freeling::regexp | [private] |
regexp(const regexp &) | freeling::regexp | |
regexp(const std::wstring &expr, bool icase=false) | freeling::regexp | |
search(const std::wstring &in, bool continuous=false) const | freeling::regexp | |
search(const std::wstring &in, std::vector< std::wstring > &out, bool continuous=false) const | freeling::regexp | |
search(const std::wstring &in, std::vector< std::wstring > &out, std::vector< int > &pos, bool continuous=false) const | freeling::regexp | |
search(std::wstring::const_iterator i1, std::wstring::const_iterator i2, std::vector< std::wstring > &out, bool continuous=false) const | freeling::regexp | |
search(std::wstring::const_iterator i1, std::wstring::const_iterator i2, std::vector< std::wstring > &out, std::vector< int > &pos, bool continuous=false) const | freeling::regexp | |
~regexp() | freeling::regexp | |