Edinburgh Speech Tools  2.1-release
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, ssize_t pos=-1) const EST_Stringinlineprotected
contains(const EST_String &s, ssize_t pos=-1) const EST_Stringinlineprotected
contains(const char c, ssize_t pos=-1) const EST_Stringinlineprotected
contains(EST_Regex &ex, ssize_t pos=-1) const EST_Stringinlineprotected
Double(bool &ok) const EST_Stringinlineprotected
Double(void) const 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, ssize_t len)EST_Stringprotected
EST_String(const char *s, size_t s_size, size_t start, ssize_t len)EST_Stringprotected
EST_String(const EST_String &s, size_t start, ssize_t len)EST_Stringprotected
EST_String(const EST_String &s)EST_Stringinlineprotected
EST_string_size typedefEST_Stringprotected
Float(bool &ok) const EST_Stringinlineprotected
Float(void) const 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) volatileEST_Stringinlineprotected
index(const char *s, ssize_t pos=0) const EST_Stringinlineprotected
index(const EST_String &s, ssize_t pos=0) const EST_Stringinlineprotected
index(EST_Regex &ex, ssize_t pos=0) const EST_Stringinlineprotected
Int(bool &ok) const EST_Stringinlineprotected
Int(void) const EST_Stringinlineprotected
length(void) const EST_Stringinlineprotected
Long(bool &ok) const EST_Stringinlineprotected
Long(void) const EST_Stringinlineprotected
make_updatable(void)EST_Stringinlineprotected
matches(const char *e, ssize_t pos=0) const EST_Stringprotected
matches(const EST_String &e, ssize_t pos=0) const EST_Stringprotected
matches(EST_Regex &e, ssize_t pos=0, size_t *starts=NULL, size_t *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
EST_String::operator const char *()EST_Stringinlineprotected
operator!=(const EST_Regex ex) const 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)EST_Regex
operator=(const EST_String s)EST_Regex
operator=(const char *s)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 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, size_t from, size_t &start, size_t &end, size_t *starts=NULL, size_t *ends=NULL)EST_Regex
run_match(const char *on, size_t from=0, size_t *starts=NULL, size_t *ends=NULL)EST_Regex
search(const char *s, size_t len, size_t &mlen, ssize_t pos=0) const EST_Stringinlineprotected
search(const EST_String s, size_t &mlen, ssize_t pos=0) const EST_Stringinlineprotected
search(EST_Regex &re, size_t &mlen, ssize_t pos=0, size_t *starts=NULL, size_t *ends=NULL) const EST_Stringinlineprotected
size() const EST_Regexinline
space(void) const EST_Stringinlineprotected
str(void) const EST_Stringinlineprotected
subst(EST_String source, size_t(&starts)[EST_Regex_max_subexpressions], size_t(&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