ClanLib
2.3.7
|
This is the complete list of members for CL_RegExp, including all inherited members.
CL_RegExp(const char *expression, int compile_flags=0, bool study=false) | CL_RegExp | |
CL_RegExp(const CL_StringRef8 &expression, int compile_flags=0, bool study=false) | CL_RegExp | |
compile_anchored enum value | CL_RegExp | |
compile_auto_callout enum value | CL_RegExp | |
compile_caseless enum value | CL_RegExp | |
compile_dollar_endonly enum value | CL_RegExp | |
compile_dot_all enum value | CL_RegExp | |
compile_extended enum value | CL_RegExp | |
compile_extra enum value | CL_RegExp | |
compile_multi_line enum value | CL_RegExp | |
compile_no_auto_capture enum value | CL_RegExp | |
compile_no_utf8_check enum value | CL_RegExp | |
compile_ungreedy enum value | CL_RegExp | |
compile_utf8 enum value | CL_RegExp | |
CompileFlags enum name | CL_RegExp | |
get_string_number(const char *name) const | CL_RegExp | |
get_string_number(const CL_StringRef8 &name) const | CL_RegExp | |
search(const char *subject, int length, int start_offset=0, int search_flags=0) const | CL_RegExp | |
search(const CL_StringRef8 &subject, int start_offset=0, int search_flags=0) const | CL_RegExp | |
search(const char *subject, int length, int start_offset, int search_flags, CL_RegExpMatch &result) const | CL_RegExp | |
search(const CL_StringRef8 &subject, int start_offset, int search_flags, CL_RegExpMatch &result) const | CL_RegExp | |
search_anchored enum value | CL_RegExp | |
search_no_utf8_check enum value | CL_RegExp | |
search_not_bol enum value | CL_RegExp | |
search_not_empty enum value | CL_RegExp | |
search_not_eol enum value | CL_RegExp | |
search_partial enum value | CL_RegExp | |
SearchFlags enum name | CL_RegExp | |
~CL_RegExp() | CL_RegExp |