fix8
version 1.4.0
Open Source C++ FIX Framework
|
This is the complete list of members for FIX8::RegExp, including all inherited members.
Erase(RegMatch &match, std::string &source, const int num=0) | FIX8::RegExp | inlinestatic |
errCode_ | FIX8::RegExp | private |
errString | FIX8::RegExp | private |
ErrString() const | FIX8::RegExp | inline |
GetPattern() const | FIX8::RegExp | inline |
MaxErrLen_ enum value | FIX8::RegExp | private |
operator void *() | FIX8::RegExp | inline |
operator!() const | FIX8::RegExp | inline |
pattern_ | FIX8::RegExp | private |
reg_ | FIX8::RegExp | private |
RegExp(const char *pattern, const int flags=0) | FIX8::RegExp | inline |
Replace(RegMatch &match, std::string &source, const std::string &with, const int num=0) | FIX8::RegExp | inlinestatic |
Replace(RegMatch &match, std::string &source, const char with, const int num=0) | FIX8::RegExp | inlinestatic |
SearchString(RegMatch &match, const std::string &source, const int subExpr, const int offset=0) const | FIX8::RegExp | inline |
SubExpr(RegMatch &match, const std::string &source, std::string &target, const int offset=0, const int num=0) | FIX8::RegExp | inlinestatic |
~RegExp() | FIX8::RegExp | inlinevirtual |