Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FXRex Member List

This is the complete list of members for FXRex, including all inherited members.
empty() constFXRex [inline]
FXRex()FXRex [inline]
FXRex(const FXRex &orig)FXRex
FXRex(const FXchar *pattern, FXint mode=REX_NORMAL, FXRexError *error=NULL)FXRex
FXRex(const FXString &pattern, FXint mode=REX_NORMAL, FXRexError *error=NULL)FXRex
getError(FXRexError err)FXRex [inline, static]
match(const FXchar *string, FXint len, FXint *beg=NULL, FXint *end=NULL, FXint mode=REX_FORWARD, FXint npar=1, FXint fm=0, FXint to=2147483647) constFXRex
match(const FXString &string, FXint *beg=NULL, FXint *end=NULL, FXint mode=REX_FORWARD, FXint npar=1, FXint fm=0, FXint to=2147483647) constFXRex
operator!= (defined in FXRex)FXRex [friend]
operator<<(FXStream &store, const FXRex &s)FXRex [friend]
operator=(const FXRex &orig)FXRex
operator==(const FXRex &r1, const FXRex &r2)FXRex [friend]
operator>> (defined in FXRex)FXRex [friend]
parse(const FXchar *pattern, FXint mode=REX_NORMAL)FXRex
parse(const FXString &pattern, FXint mode=REX_NORMAL)FXRex
substitute(const FXchar *string, FXint len, FXint *beg, FXint *end, const FXString &replace, FXint npar=1)FXRex [static]
substitute(const FXString &string, FXint *beg, FXint *end, const FXString &replace, FXint npar=1)FXRex [static]
~FXRex()FXRex