ClanLib  2.3.7
CL_RegExp Member List

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 valueCL_RegExp
compile_auto_callout enum valueCL_RegExp
compile_caseless enum valueCL_RegExp
compile_dollar_endonly enum valueCL_RegExp
compile_dot_all enum valueCL_RegExp
compile_extended enum valueCL_RegExp
compile_extra enum valueCL_RegExp
compile_multi_line enum valueCL_RegExp
compile_no_auto_capture enum valueCL_RegExp
compile_no_utf8_check enum valueCL_RegExp
compile_ungreedy enum valueCL_RegExp
compile_utf8 enum valueCL_RegExp
CompileFlags enum nameCL_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 valueCL_RegExp
search_no_utf8_check enum valueCL_RegExp
search_not_bol enum valueCL_RegExp
search_not_empty enum valueCL_RegExp
search_not_eol enum valueCL_RegExp
search_partial enum valueCL_RegExp
SearchFlags enum nameCL_RegExp
~CL_RegExp()CL_RegExp