casacore
|
This is the complete list of members for casacore::Regex, including all inherited members.
find(const Char *s, String::size_type len, Int &matchlen, String::size_type pos=0) const | casacore::Regex | |
fromPattern(const String &pattern) | casacore::Regex | static |
fromSQLPattern(const String &pattern) | casacore::Regex | static |
fromString(const String &str) | casacore::Regex | static |
fullMatch(const Char *s, String::size_type len) const | casacore::Regex | |
itsStr | casacore::Regex | protected |
makeCaseInsensitive(const String &str) | casacore::Regex | static |
match(const Char *s, String::size_type len, String::size_type pos=0) const | casacore::Regex | |
operator<<(ostream &ios, const Regex &exp) | casacore::Regex | friend |
operator=(const String &str) | casacore::Regex | |
Regex() | casacore::Regex | |
Regex(const String &exp, Bool fast=False, Bool toECMAScript=True) | casacore::Regex | explicit |
regexp() const | casacore::Regex | inline |
search(const Char *s, String::size_type len, Int &matchlen, Int pos=0) const | casacore::Regex | |
searchBack(const Char *s, String::size_type len, Int &matchlen, uInt pos) const | casacore::Regex | |
toEcma(const String &rx) | casacore::Regex | static |