Public Types | |
| enum | FilterType { TRIE, REGEX } |
Public Member Functions | |
| DECLARE_CLASS_PTR (TextFilter) | |
| FilterType | GetType () |
| bool | Replace (string *text, const char &c=' *') |
| bool | Search (const string &text) |
Static Public Member Functions | |
| static bool | Create (size_t category, const string &path, FilterType type) |
| static Ptr< TextFilter > | Get (size_t category) |