![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
This is the complete list of members for FX::FXRex, including all inherited members.
empty() const | FX::FXRex | inline |
FXRex() | FX::FXRex | inline |
FXRex(const FXRex &orig) | FX::FXRex | |
FXRex(const FXchar *pattern, FXint mode=REX_NORMAL, FXRexError *error=NULL) | FX::FXRex | |
FXRex(const FXString &pattern, FXint mode=REX_NORMAL, FXRexError *error=NULL) | FX::FXRex | |
getError(FXRexError err) | FX::FXRex | inlinestatic |
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) const | FX::FXRex | |
match(const FXString &string, FXint *beg=NULL, FXint *end=NULL, FXint mode=REX_FORWARD, FXint npar=1, FXint fm=0, FXint to=2147483647) const | FX::FXRex | |
operator!=(const FXRex &rex) const | FX::FXRex | |
operator<<(FXStream &store, const FXRex &s) | FX::FXRex | friend |
operator=(const FXRex &orig) | FX::FXRex | |
operator==(const FXRex &rex) const | FX::FXRex | |
operator>>(FXStream &store, FXRex &s) | FX::FXRex | friend |
parse(const FXchar *pattern, FXint mode=REX_NORMAL) | FX::FXRex | |
parse(const FXString &pattern, FXint mode=REX_NORMAL) | FX::FXRex | |
substitute(const FXchar *string, FXint len, FXint *beg, FXint *end, const FXString &replace, FXint npar=1) | FX::FXRex | static |
substitute(const FXString &string, FXint *beg, FXint *end, const FXString &replace, FXint npar=1) | FX::FXRex | static |
~FXRex() | FX::FXRex |
![]() |