Edinburgh Speech Tools  2.4-release
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends Pages
EST_Regex Member List

This is the complete list of members for EST_Regex, including all inherited members.

after(int pos, int len=1) const EST_Stringinlineprotected
after(const char *s, int pos=0) const EST_Stringinlineprotected
after(const EST_String &s, int pos=0) const EST_Stringinlineprotected
after(EST_Regex &e, int pos=0) const EST_Stringinlineprotected
at(int from, int len=0) const EST_Stringinlineprotected
at(const char *s, int pos=0) const EST_Stringinlineprotected
at(const EST_String &s, int pos=0) const EST_Stringinlineprotected
at(EST_Regex &e, int pos=0) const EST_Stringinlineprotected
before(int pos, int len=0) const EST_Stringinlineprotected
before(const char *s, int pos=0) const EST_Stringinlineprotected
before(const EST_String &s, int pos=0) const EST_Stringinlineprotected
before(EST_Regex &e, int pos=0) const EST_Stringinlineprotected
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_Stringprotectedstatic
compile()EST_Regexprotected
compile_match()EST_Regexprotected
contains(const char *s, int pos=-1) const EST_Stringinlineprotected
contains(const EST_String &s, int pos=-1) const EST_Stringinlineprotected
contains(const char c, int pos=-1) const EST_Stringinlineprotected
contains(EST_Regex &ex, int pos=-1) const EST_Stringinlineprotected
Double(bool &ok) const EST_Stringinlineprotected
Double(void) const (defined in EST_String)EST_Stringinlineprotected
EmptyEST_Stringprotectedstatic
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_Stringinlineprotected
EST_String(const char *s)EST_Stringprotected
EST_String(const char *s, int start_or_fill, int len)EST_Stringprotected
EST_String(const char *s, int s_size, int start, int len)EST_Stringprotected
EST_String(const EST_String &s, int start, int len) (defined in EST_String)EST_Stringprotected
EST_String(const EST_String &s)EST_Stringinlineprotected
EST_string_size typedefEST_Stringprotected
Float(bool &ok) const EST_Stringinlineprotected
Float(void) const (defined in EST_String)EST_Stringinlineprotected
freq(const char *s) const EST_Stringprotected
freq(const EST_String &s) const EST_Stringprotected
freq(EST_Regex &s) const EST_Stringprotected
FromChar(const char c)EST_Stringinlineprotectedstatic
gsub(const char *os, const EST_String &s)EST_Stringinlineprotected
gsub(const char *os, const char *s)EST_Stringinlineprotected
gsub(const EST_String &os, const EST_String &s)EST_Stringinlineprotected
gsub(const EST_String &os, const char *s)EST_Stringinlineprotected
gsub(EST_Regex &ex, const EST_String &s)EST_Stringinlineprotected
gsub(EST_Regex &ex, const char *s)EST_Stringinlineprotected
gsub(EST_Regex &ex, int bracket_num)EST_Stringinlineprotected
ignore_volatile(void) volatile (defined in EST_String)EST_Stringinlineprotected
index(const char *s, int pos=0) const EST_Stringinlineprotected
index(const EST_String &s, int pos=0) const EST_Stringinlineprotected
index(EST_Regex &ex, int pos=0) const EST_Stringinlineprotected
Int(bool &ok) const EST_Stringinlineprotected
Int(void) const (defined in EST_String)EST_Stringinlineprotected
length(void) const EST_Stringinlineprotected
Long(bool &ok) const EST_Stringinlineprotected
Long(void) const (defined in EST_String)EST_Stringinlineprotected
make_updatable(void) (defined in EST_String)EST_Stringinlineprotected
matches(const char *e, int pos=0) const EST_Stringprotected
matches(const EST_String &e, int pos=0) const EST_Stringprotected
matches(EST_Regex &e, int pos=0, int *starts=NULL, int *ends=NULL) const EST_Stringprotected
Number(int i, int base=10)EST_Stringprotectedstatic
Number(long i, int base=10)EST_Stringprotectedstatic
Number(double d)EST_Stringprotectedstatic
Number(float f)EST_Stringprotectedstatic
operator char *()EST_Stringinlineprotected
operator const char *() const EST_Regexinline
operator const char *() (defined in EST_String)EST_Stringinlineprotected
operator!=(const EST_Regex ex) const (defined in EST_Regex)EST_Regexinline
operator()(int i) const EST_Stringinlineprotected
operator+=(const char *b)EST_Stringprotected
operator+=(const EST_String b)EST_Stringprotected
operator<<(ostream &s, const EST_Regex &str)EST_Regexfriend
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_Stringprotected
EST_String::operator=(const EST_String &s)EST_Stringprotected
operator==(const EST_Regex ex) const (defined in EST_Regex)EST_Regexinline
operator[](int i)EST_Stringinlineprotected
quote(const char quotec) const EST_Stringprotected
quote_if_needed(const char quotec) const EST_Stringprotected
regularize(int match) const EST_Regexprotected
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_Stringinlineprotected
search(const EST_String s, int &mlen, int pos=0) const EST_Stringinlineprotected
search(EST_Regex &re, int &mlen, int pos=0, int *starts=NULL, int *ends=NULL) const EST_Stringinlineprotected
size() const EST_Regexinline
space(void) const EST_Stringinlineprotected
str(void) const EST_Stringinlineprotected
subst(EST_String source, int(&starts)[EST_Regex_max_subexpressions], int(&ends)[EST_Regex_max_subexpressions])EST_Stringprotected
tostring(void) const EST_Regexinline
unquote(const char quotec) const EST_Stringprotected
unquote_if_needed(const char quotec) const EST_Stringprotected
updatable_str(void)EST_Stringinlineprotected
versionEST_Stringprotectedstatic
~EST_Regex()EST_Regex
~EST_String()EST_Stringinlineprotected