This is the complete list of members for EST_Regex, including all inherited members.
| after(int pos, int len=1) const | EST_String | inlineprotected |
| after(const char *s, int pos=0) const | EST_String | inlineprotected |
| after(const EST_String &s, int pos=0) const | EST_String | inlineprotected |
| after(EST_Regex &e, int pos=0) const | EST_String | inlineprotected |
| at(int from, int len=0) const | EST_String | inlineprotected |
| at(const char *s, int pos=0) const | EST_String | inlineprotected |
| at(const EST_String &s, int pos=0) const | EST_String | inlineprotected |
| at(EST_Regex &e, int pos=0) const | EST_String | inlineprotected |
| before(int pos, int len=0) const | EST_String | inlineprotected |
| before(const char *s, int pos=0) const | EST_String | inlineprotected |
| before(const EST_String &s, int pos=0) const | EST_String | inlineprotected |
| before(EST_Regex &e, int pos=0) const | EST_String | inlineprotected |
| cat(const EST_String s1, const EST_String s2=Empty, const EST_String s3=Empty, const EST_String s4=Empty, const EST_String s5=Empty, const EST_String s6=Empty, const EST_String s7=Empty, const EST_String s8=Empty, const EST_String s9=Empty) | EST_String | protectedstatic |
| compile() | EST_Regex | protected |
| compile_match() | EST_Regex | protected |
| contains(const char *s, int pos=-1) const | EST_String | inlineprotected |
| contains(const EST_String &s, int pos=-1) const | EST_String | inlineprotected |
| contains(const char c, int pos=-1) const | EST_String | inlineprotected |
| contains(EST_Regex &ex, int pos=-1) const | EST_String | inlineprotected |
| Double(bool &ok) const | EST_String | inlineprotected |
| Double(void) const (defined in EST_String) | EST_String | inlineprotected |
| Empty | EST_String | protectedstatic |
| EST_Regex(void) | EST_Regex | |
| EST_Regex(EST_String s) | EST_Regex | |
| EST_Regex(const char *ex) | EST_Regex | |
| EST_Regex(const EST_Regex &ex) | EST_Regex | |
| EST_String(void) | EST_String | inlineprotected |
| EST_String(const char *s) | EST_String | protected |
| EST_String(const char *s, int start_or_fill, int len) | EST_String | protected |
| EST_String(const char *s, int s_size, int start, int len) | EST_String | protected |
| EST_String(const EST_String &s, int start, int len) (defined in EST_String) | EST_String | protected |
| EST_String(const EST_String &s) | EST_String | inlineprotected |
| EST_string_size typedef | EST_String | protected |
| Float(bool &ok) const | EST_String | inlineprotected |
| Float(void) const (defined in EST_String) | EST_String | inlineprotected |
| freq(const char *s) const | EST_String | protected |
| freq(const EST_String &s) const | EST_String | protected |
| freq(EST_Regex &s) const | EST_String | protected |
| FromChar(const char c) | EST_String | inlineprotectedstatic |
| gsub(const char *os, const EST_String &s) | EST_String | inlineprotected |
| gsub(const char *os, const char *s) | EST_String | inlineprotected |
| gsub(const EST_String &os, const EST_String &s) | EST_String | inlineprotected |
| gsub(const EST_String &os, const char *s) | EST_String | inlineprotected |
| gsub(EST_Regex &ex, const EST_String &s) | EST_String | inlineprotected |
| gsub(EST_Regex &ex, const char *s) | EST_String | inlineprotected |
| gsub(EST_Regex &ex, int bracket_num) | EST_String | inlineprotected |
| ignore_volatile(void) volatile (defined in EST_String) | EST_String | inlineprotected |
| index(const char *s, int pos=0) const | EST_String | inlineprotected |
| index(const EST_String &s, int pos=0) const | EST_String | inlineprotected |
| index(EST_Regex &ex, int pos=0) const | EST_String | inlineprotected |
| Int(bool &ok) const | EST_String | inlineprotected |
| Int(void) const (defined in EST_String) | EST_String | inlineprotected |
| length(void) const | EST_String | inlineprotected |
| Long(bool &ok) const | EST_String | inlineprotected |
| Long(void) const (defined in EST_String) | EST_String | inlineprotected |
| make_updatable(void) (defined in EST_String) | EST_String | inlineprotected |
| matches(const char *e, int pos=0) const | EST_String | protected |
| matches(const EST_String &e, int pos=0) const | EST_String | protected |
| matches(EST_Regex &e, int pos=0, int *starts=NULL, int *ends=NULL) const | EST_String | protected |
| Number(int i, int base=10) | EST_String | protectedstatic |
| Number(long i, int base=10) | EST_String | protectedstatic |
| Number(double d) | EST_String | protectedstatic |
| Number(float f) | EST_String | protectedstatic |
| operator char *() | EST_String | inlineprotected |
| operator const char *() const | EST_Regex | inline |
| operator const char *() (defined in EST_String) | EST_String | inlineprotected |
| operator!=(const EST_Regex ex) const (defined in EST_Regex) | EST_Regex | inline |
| operator()(int i) const | EST_String | inlineprotected |
| operator+=(const char *b) | EST_String | protected |
| operator+=(const EST_String b) | EST_String | protected |
| operator<<(ostream &s, const EST_Regex &str) | EST_Regex | friend |
| operator=(const EST_Regex ex) (defined in EST_Regex) | EST_Regex | |
| operator=(const EST_String s) (defined in EST_Regex) | EST_Regex | |
| operator=(const char *s) (defined in EST_Regex) | EST_Regex | |
| EST_String::operator=(const char c) | EST_String | protected |
| EST_String::operator=(const EST_String &s) | EST_String | protected |
| operator==(const EST_Regex ex) const (defined in EST_Regex) | EST_Regex | inline |
| operator[](int i) | EST_String | inlineprotected |
| quote(const char quotec) const | EST_String | protected |
| quote_if_needed(const char quotec) const | EST_String | protected |
| regularize(int match) const | EST_Regex | protected |
| run(const char *on, int from, int &start, int &end, int *starts=NULL, int *ends=NULL) | EST_Regex | |
| run_match(const char *on, int from=0, int *starts=NULL, int *ends=NULL) | EST_Regex | |
| search(const char *s, int len, int &mlen, int pos=0) const | EST_String | inlineprotected |
| search(const EST_String s, int &mlen, int pos=0) const | EST_String | inlineprotected |
| search(EST_Regex &re, int &mlen, int pos=0, int *starts=NULL, int *ends=NULL) const | EST_String | inlineprotected |
| size() const | EST_Regex | inline |
| space(void) const | EST_String | inlineprotected |
| str(void) const | EST_String | inlineprotected |
| subst(EST_String source, int(&starts)[EST_Regex_max_subexpressions], int(&ends)[EST_Regex_max_subexpressions]) | EST_String | protected |
| tostring(void) const | EST_Regex | inline |
| unquote(const char quotec) const | EST_String | protected |
| unquote_if_needed(const char quotec) const | EST_String | protected |
| updatable_str(void) | EST_String | inlineprotected |
| version | EST_String | protectedstatic |
| ~EST_Regex() | EST_Regex | |
| ~EST_String() | EST_String | inlineprotected |