SourcePro® 2024.1 |
SourcePro® API Reference Guide |
This is the complete list of members for RWStringID, including all inherited members.
all enum value | RWCString | protected |
append(const RWCString &str) | RWCString | inlineprotected |
append(const SubString &str) | RWCString | inlineprotected |
append(const ConstSubString &str) | RWCString | inlineprotected |
append(const RWCString &str, size_t len) | RWCString | inlineprotected |
append(const std::string &str) | RWCString | inlineprotected |
append(const std::string &str, size_t len) | RWCString | inlineprotected |
append(const char *str) | RWCString | inlineprotected |
append(const char *str, size_t len) | RWCString | inlineprotected |
append(char c, size_t count=1) | RWCString | inlineprotected |
assign(const RWCString &str) | RWCString | inlineprotected |
assign(const std::string &str) | RWCString | inlineprotected |
assign(const SubString &str) | RWCString | inlineprotected |
assign(const ConstSubString &str) | RWCString | inlineprotected |
assign(const char *str) | RWCString | inlineprotected |
assign(const char *str, size_t len) | RWCString | inlineprotected |
assign(char c, size_t count=1) | RWCString | inlineprotected |
binaryStoreSize() const | RWStringID | inline |
both enum value | RWCString | protected |
byteCount(const char *str, size_t nChars=RW_NPOS) | RWCString | protectedstatic |
capacity() const | RWStringID | inline |
capacity(size_t N) | RWStringID | inline |
caseCompare enum name | RWCString | protected |
collate(const char *cs) const | RWStringID | inline |
collate(const RWCString &st) const | RWStringID | inline |
RWCString::collate(const std::string &str) const | RWCString | inlineprotected |
compareTo(const char *cs, caseCompare cmp=exact) const | RWStringID | inline |
compareTo(const RWCString &st, caseCompare cmp=exact) const | RWStringID | inline |
RWCString::compareTo(const SubString &str, caseCompare cmp=exact) const | RWCString | inlineprotected |
RWCString::compareTo(const ConstSubString &str, caseCompare cmp=exact) const | RWCString | inlineprotected |
RWCString::compareTo(const RWCString *str, caseCompare cmp=exact) const | RWCString | inlineprotected |
RWCString::compareTo(const std::string &str, caseCompare cmp=exact) const | RWCString | inlineprotected |
RWCString::compareTo(const std::string *str, caseCompare cmp=exact) const | RWCString | inlineprotected |
RWCString::compareTo(const char *str, size_t len, caseCompare cmp=exact) const | RWCString | inlineprotected |
ConstSubString typedef | RWCString | protected |
contains(const char *pat, caseCompare cmp=exact) const | RWStringID | inline |
contains(const RWCString &pat, caseCompare cmp=exact) const | RWStringID | inline |
RWCString::contains(const SubString &str, caseCompare cmp=exact) const | RWCString | inlineprotected |
RWCString::contains(const ConstSubString &str, caseCompare cmp=exact) const | RWCString | inlineprotected |
RWCString::contains(const std::string &str, caseCompare cmp=exact) const | RWCString | inlineprotected |
RWCString::contains(const char *str, size_t len, caseCompare cmp=exact) const | RWCString | inlineprotected |
data() const | RWStringID | inline |
exact enum value | RWCString | protected |
first(char c) const | RWStringID | inline |
first(const char *cs) const | RWStringID | inline |
RWCString::first(char c, size_t) const | RWCString | inlineprotected |
RWCString::first(const char *str, size_t len) const | RWCString | inlineprotected |
firstNotOf(char c, size_t pos=0) const | RWCString | inlineprotected |
firstNotOf(const char *str, size_t pos=0) const | RWCString | inlineprotected |
firstNotOf(const char *str, size_t pos, size_t len) const | RWCString | inlineprotected |
firstNotOf(const RWCString &str, size_t pos=0) const | RWCString | inlineprotected |
firstNotOf(const SubString &str, size_t pos=0) const | RWCString | inlineprotected |
firstNotOf(const ConstSubString &str, size_t pos=0) const | RWCString | inlineprotected |
firstNotOf(const std::string &str, size_t pos=0) const | RWCString | inlineprotected |
firstOf(char c, size_t pos=0) const | RWStringID | inline |
firstOf(const char *str, size_t pos=0) const | RWStringID | inline |
RWCString::firstOf(const char *str, size_t pos, size_t len) const | RWCString | inlineprotected |
RWCString::firstOf(const RWCString &str, size_t pos=0) const | RWCString | inlineprotected |
RWCString::firstOf(const SubString &str, size_t pos=0) const | RWCString | inlineprotected |
RWCString::firstOf(const ConstSubString &str, size_t pos=0) const | RWCString | inlineprotected |
RWCString::firstOf(const std::string &str, size_t pos=0) const | RWCString | inlineprotected |
hash() const | RWStringID | inline |
RWCString::hash(const RWCString &str) | RWCString | inlineprotectedstatic |
RWCString::hash(caseCompare cmp=exact) const | RWCString | protected |
ignoreCase enum value | RWCString | protected |
ignoreCaseStrict enum value | RWCString | protected |
index(const char *pat, size_t i=0, caseCompare cmp=exact) const | RWStringID | inline |
index(const RWCString &s, size_t i=0, caseCompare cmp=exact) const | RWStringID | inline |
index(const char *pat, size_t patlen, size_t i, caseCompare cmp) const | RWStringID | inline |
index(const RWCString &s, size_t patlen, size_t i, caseCompare cmp) const | RWStringID | inline |
index(const RWCRExpr &pat, size_t i=0) const | RWStringID | inline |
index(const RWCRExpr &pat, size_t *ext, size_t i=0) const | RWStringID | inline |
index(const char *pat, size_t *ext, size_t i=0) const | RWStringID | inline |
index(const RWCRegexp &pat, size_t i=0) const | RWStringID | inline |
index(const RWCRegexp &pat, size_t *ext, size_t i=0) const | RWStringID | inline |
RWCString::index(const SubString &pat, size_t start=0, caseCompare cmp=exact) const | RWCString | inlineprotected |
RWCString::index(const ConstSubString &pat, size_t start=0, caseCompare cmp=exact) const | RWCString | inlineprotected |
RWCString::index(const std::string &pat, size_t start=0, caseCompare cmp=exact) const | RWCString | inlineprotected |
RWCString::index(const std::string &pat, size_t patlen, size_t start, caseCompare cmp) const | RWCString | inlineprotected |
RWCString::index(const char pat, size_t start=0, caseCompare cmp=exact) const | RWCString | inlineprotected |
insert(size_t pos, const RWCString &str) | RWCString | inlineprotected |
insert(size_t pos, const SubString &str) | RWCString | inlineprotected |
insert(size_t pos, const ConstSubString &str) | RWCString | inlineprotected |
insert(size_t pos, const RWCString &str, size_t len) | RWCString | inlineprotected |
insert(size_t pos, const std::string &str) | RWCString | inlineprotected |
insert(size_t pos, const std::string &str, size_t len) | RWCString | inlineprotected |
insert(size_t pos, const char *str) | RWCString | inlineprotected |
insert(size_t pos, const char *str, size_t len) | RWCString | inlineprotected |
insert(size_t pos, char c, size_t count) | RWCString | inlineprotected |
isAscii() const | RWStringID | inline |
isNull() const | RWStringID | inline |
last(char c) const | RWStringID | inline |
last(char c, size_t) const | RWStringID | inline |
RWCString::last(const char *str) const | RWCString | inlineprotected |
RWCString::last(const char *str, size_t len) const | RWCString | inlineprotected |
lastNotOf(char c, size_t pos=RW_NPOS) const | RWCString | inlineprotected |
lastNotOf(const char *str, size_t pos=RW_NPOS) const | RWCString | inlineprotected |
lastNotOf(const char *str, size_t pos, size_t len) const | RWCString | inlineprotected |
lastNotOf(const RWCString &str, size_t pos=RW_NPOS) const | RWCString | inlineprotected |
lastNotOf(const SubString &str, size_t pos=RW_NPOS) const | RWCString | inlineprotected |
lastNotOf(const ConstSubString &str, size_t pos=RW_NPOS) const | RWCString | inlineprotected |
lastNotOf(const std::string &str, size_t pos=RW_NPOS) const | RWCString | inlineprotected |
lastOf(char c, size_t pos=RW_NPOS) const | RWStringID | inline |
RWCString::lastOf(const char *str, size_t pos=RW_NPOS) const | RWCString | inlineprotected |
RWCString::lastOf(const char *str, size_t pos, size_t len) const | RWCString | inlineprotected |
RWCString::lastOf(const RWCString &str, size_t pos=RW_NPOS) const | RWCString | inlineprotected |
RWCString::lastOf(const SubString &str, size_t pos=RW_NPOS) const | RWCString | inlineprotected |
RWCString::lastOf(const ConstSubString &str, size_t pos=RW_NPOS) const | RWCString | inlineprotected |
RWCString::lastOf(const std::string &str, size_t pos=RW_NPOS) const | RWCString | inlineprotected |
leading enum value | RWCString | protected |
length() const | RWStringID | inline |
match(const RWCRExpr &re) | RWCString | protected |
match(const RWCRExpr &) const | RWCString | protected |
match(const RWCRExpr &re, size_t start) | RWCString | protected |
match(const RWCRExpr &re, size_t start) const | RWCString | protected |
mbLength() const | RWCString | inlineprotected |
mbLength(const char *str, size_t nBytes=RW_NPOS) | RWCString | protectedstatic |
one enum value | RWCString | protected |
operator const char *() const | RWStringID | inline |
operator!=(const RWStringID &lhs, const char *rhs) | RWStringID | friend |
operator!=(const char *lhs, const RWStringID &rhs) | RWStringID | friend |
operator!=(const RWStringID &lhs, const RWStringID &rhs) | RWStringID | friend |
RWCString::operator!=(const RWCString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator!=(const RWCString &lhs, const RWCSubString &rhs) | RWCString | related |
RWCString::operator!=(const RWCSubString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator!=(const RWCString &lhs, const RWCConstSubString &rhs) | RWCString | related |
RWCString::operator!=(const RWCConstSubString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator!=(const RWCString &lhs, const std::string &rhs) | RWCString | related |
RWCString::operator!=(const std::string &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator!=(const RWCString &lhs, const char *rhs) | RWCString | related |
RWCString::operator!=(const char *lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator!=(const RWCString &lhs, char rhs) | RWCString | related |
RWCString::operator!=(char lhs, const RWCString &rhs) | RWCString | related |
operator()(size_t t) const | RWStringID | inline |
RWCString::operator()(size_t i) | RWCString | inlineprotected |
RWCString::operator()(size_t start, size_t len) | RWCString | inlineprotected |
RWCString::operator()(size_t start, size_t len) const | RWCString | inlineprotected |
RWCString::operator()(const RWCRegexp &re) | RWCString | protected |
RWCString::operator()(const RWCRegexp &re) const | RWCString | protected |
RWCString::operator()(const RWCRegexp &re, size_t start) | RWCString | protected |
RWCString::operator()(const RWCRegexp &re, size_t start) const | RWCString | protected |
operator+(const RWCString &lhs, const RWCString &rhs) | RWCString | related |
operator+(const RWCString &lhs, const RWCSubString &rhs) | RWCString | related |
operator+(const RWCSubString &lhs, const RWCString &rhs) | RWCString | related |
operator+(const RWCString &lhs, const RWCConstSubString &rhs) | RWCString | related |
operator+(const RWCConstSubString &lhs, const RWCString &rhs) | RWCString | related |
operator+(const RWCString &lhs, const std::string &rhs) | RWCString | related |
operator+(const std::string &lhs, const RWCString &rhs) | RWCString | related |
operator+(const RWCString &lhs, const char *rhs) | RWCString | related |
operator+(const char *lhs, const RWCString &rhs) | RWCString | related |
operator+(const RWCSubString &lhs, const RWCSubString &rhs) | RWCString | related |
operator+(const RWCSubString &lhs, const RWCConstSubString &rhs) | RWCString | related |
operator+(const RWCConstSubString &lhs, const RWCSubString &rhs) | RWCString | related |
operator+(const RWCSubString &lhs, const std::string &rhs) | RWCString | related |
operator+(const std::string &lhs, const RWCSubString &rhs) | RWCString | related |
operator+(const RWCSubString &lhs, const char *rhs) | RWCString | related |
operator+(const char *lhs, const RWCSubString &rhs) | RWCString | related |
operator+(const RWCConstSubString &lhs, const RWCConstSubString &rhs) | RWCString | related |
operator+(const RWCConstSubString &lhs, const std::string &rhs) | RWCString | related |
operator+(const std::string &lhs, const RWCConstSubString &rhs) | RWCString | related |
operator+(const RWCConstSubString &lhs, const char *rhs) | RWCString | related |
operator+(const char *lhs, const RWCConstSubString &rhs) | RWCString | related |
operator+=(const RWCString &str) | RWCString | inlineprotected |
operator+=(const SubString &str) | RWCString | inlineprotected |
operator+=(const ConstSubString &str) | RWCString | inlineprotected |
operator+=(const std::string &str) | RWCString | inlineprotected |
operator+=(const char *str) | RWCString | inlineprotected |
operator+=(char c) | RWCString | inlineprotected |
operator<(const RWStringID &lhs, const RWStringID &rhs) | RWStringID | friend |
RWCString::operator<(const RWCString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator<(const RWCString &lhs, const RWCSubString &rhs) | RWCString | related |
RWCString::operator<(const RWCSubString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator<(const RWCString &lhs, const RWCConstSubString &rhs) | RWCString | related |
RWCString::operator<(const RWCConstSubString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator<(const RWCString &lhs, const std::string &rhs) | RWCString | related |
RWCString::operator<(const std::string &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator<(const RWCString &lhs, const char *rhs) | RWCString | related |
RWCString::operator<(const char *lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator<(const RWCString &lhs, char rhs) | RWCString | related |
RWCString::operator<(char lhs, const RWCString &rhs) | RWCString | related |
operator<<(RWvostream &vos, const RWStringID &sid) | RWStringID | friend |
operator<<(RWFile &file, const RWStringID &sid) | RWStringID | friend |
operator<<(std::ostream &os, const RWStringID &sid) | RWStringID | friend |
RWCString::operator<<(RWFile &file, const RWCString &str) | RWCString | related |
RWCString::operator<<(RWvostream &vos, const RWCString &str) | RWCString | related |
RWCString::operator<<(std::ostream &os, const RWCString &str) | RWCString | related |
operator<=(const RWStringID &lhs, const RWStringID &rhs) | RWStringID | friend |
RWCString::operator<=(const RWCString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator<=(const RWCString &lhs, const RWCSubString &rhs) | RWCString | related |
RWCString::operator<=(const RWCSubString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator<=(const RWCString &lhs, const RWCConstSubString &rhs) | RWCString | related |
RWCString::operator<=(const RWCConstSubString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator<=(const RWCString &lhs, const std::string &rhs) | RWCString | related |
RWCString::operator<=(const std::string &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator<=(const RWCString &lhs, const char *rhs) | RWCString | related |
RWCString::operator<=(const char *lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator<=(const RWCString &lhs, char rhs) | RWCString | related |
RWCString::operator<=(char lhs, const RWCString &rhs) | RWCString | related |
operator=(const RWStringID &sid) | RWStringID | inline |
operator=(const RWCString &s) | RWStringID | inline |
operator=(RWCString &&s) | RWStringID | inline |
operator=(RWStringID &&sid) | RWStringID | inline |
RWCString::operator=(const SubString &str) | RWCString | inlineprotected |
RWCString::operator=(const ConstSubString &str) | RWCString | inlineprotected |
RWCString::operator=(const std::string &str) | RWCString | inlineprotected |
RWCString::operator=(const char *str) | RWCString | inlineprotected |
RWCString::operator=(char c) | RWCString | inlineprotected |
operator==(const RWStringID &lhs, const RWStringID &rhs) | RWStringID | friend |
operator==(const RWStringID &lhs, const char *rhs) | RWStringID | friend |
operator==(const char *lhs, const RWStringID &rhs) | RWStringID | friend |
RWCString::operator==(const RWCString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator==(const RWCString &lhs, const RWCSubString &rhs) | RWCString | related |
RWCString::operator==(const RWCSubString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator==(const RWCString &lhs, const RWCConstSubString &rhs) | RWCString | related |
RWCString::operator==(const RWCConstSubString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator==(const RWCString &lhs, const std::string &rhs) | RWCString | related |
RWCString::operator==(const std::string &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator==(const RWCString &lhs, const char *rhs) | RWCString | related |
RWCString::operator==(const char *lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator==(const RWCString &lhs, char rhs) | RWCString | related |
RWCString::operator==(char lhs, const RWCString &rhs) | RWCString | related |
operator>(const RWStringID &lhs, const RWStringID &rhs) | RWStringID | friend |
RWCString::operator>(const RWCString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator>(const RWCString &lhs, const RWCSubString &rhs) | RWCString | related |
RWCString::operator>(const RWCSubString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator>(const RWCString &lhs, const RWCConstSubString &rhs) | RWCString | related |
RWCString::operator>(const RWCConstSubString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator>(const RWCString &lhs, const std::string &rhs) | RWCString | related |
RWCString::operator>(const std::string &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator>(const RWCString &lhs, const char *rhs) | RWCString | related |
RWCString::operator>(const char *lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator>(const RWCString &lhs, char rhs) | RWCString | related |
RWCString::operator>(char lhs, const RWCString &rhs) | RWCString | related |
operator>=(const RWStringID &lhs, const RWStringID &rhs) | RWStringID | friend |
RWCString::operator>=(const RWCString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator>=(const RWCString &lhs, const RWCSubString &rhs) | RWCString | related |
RWCString::operator>=(const RWCSubString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator>=(const RWCString &lhs, const RWCConstSubString &rhs) | RWCString | related |
RWCString::operator>=(const RWCConstSubString &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator>=(const RWCString &lhs, const std::string &rhs) | RWCString | related |
RWCString::operator>=(const std::string &lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator>=(const RWCString &lhs, const char *rhs) | RWCString | related |
RWCString::operator>=(const char *lhs, const RWCString &rhs) | RWCString | related |
RWCString::operator>=(const RWCString &lhs, char rhs) | RWCString | related |
RWCString::operator>=(char lhs, const RWCString &rhs) | RWCString | related |
operator>>(RWvistream &vis, RWStringID &sid) | RWStringID | friend |
operator>>(RWFile &file, RWStringID &sid) | RWStringID | friend |
operator>>(std::istream &is, RWStringID &sid) | RWStringID | friend |
RWCString::operator>>(RWFile &file, RWCString &str) | RWCString | related |
RWCString::operator>>(RWvistream &vis, RWCString &str) | RWCString | related |
RWCString::operator>>(std::istream &is, RWCString &str) | RWCString | related |
operator[](size_t t) const | RWStringID | inline |
RWCString::operator[](char i) | RWCString | inlineprotected |
RWCString::operator[](char i) const | RWCString | inlineprotected |
RWCString::operator[](signed char i) | RWCString | inlineprotected |
RWCString::operator[](signed char i) const | RWCString | inlineprotected |
RWCString::operator[](short i) | RWCString | inlineprotected |
RWCString::operator[](short i) const | RWCString | inlineprotected |
RWCString::operator[](int i) | RWCString | inlineprotected |
RWCString::operator[](int i) const | RWCString | inlineprotected |
RWCString::operator[](long i) | RWCString | inlineprotected |
RWCString::operator[](long i) const | RWCString | inlineprotected |
RWCString::operator[](long long i) | RWCString | inlineprotected |
RWCString::operator[](long long i) const | RWCString | inlineprotected |
RWCString::operator[](unsigned char i) | RWCString | inlineprotected |
RWCString::operator[](unsigned char i) const | RWCString | inlineprotected |
RWCString::operator[](unsigned short i) | RWCString | inlineprotected |
RWCString::operator[](unsigned short i) const | RWCString | inlineprotected |
RWCString::operator[](unsigned int i) | RWCString | inlineprotected |
RWCString::operator[](unsigned int i) const | RWCString | inlineprotected |
RWCString::operator[](unsigned long i) | RWCString | inlineprotected |
RWCString::operator[](unsigned long i) const | RWCString | inlineprotected |
RWCString::operator[](unsigned long long i) | RWCString | inlineprotected |
RWCString::operator[](unsigned long long i) const | RWCString | inlineprotected |
prepend(const RWCString &str) | RWCString | inlineprotected |
prepend(const SubString &str) | RWCString | inlineprotected |
prepend(const ConstSubString &str) | RWCString | inlineprotected |
prepend(const RWCString &str, size_t len) | RWCString | inlineprotected |
prepend(const std::string &str) | RWCString | inlineprotected |
prepend(const std::string &str, size_t len) | RWCString | inlineprotected |
prepend(const char *str) | RWCString | inlineprotected |
prepend(const char *str, size_t len) | RWCString | inlineprotected |
prepend(char c, size_t count=1) | RWCString | inlineprotected |
readFile(std::istream &strm) | RWCString | protected |
readLine(std::istream &strm, bool skipWhite=true) | RWCString | protected |
readString(std::istream &strm) | RWCString | protected |
readToDelim(std::istream &strm, char delim='\n') | RWCString | protected |
readToken(std::istream &strm) | RWCString | protected |
remove(size_t pos) | RWCString | inlineprotected |
remove(size_t pos, size_t len) | RWCString | inlineprotected |
replace(size_t pos, size_t len, const RWCString &str) | RWCString | inlineprotected |
replace(size_t pos, size_t len, const SubString &str) | RWCString | inlineprotected |
replace(size_t pos, size_t len, const ConstSubString &str) | RWCString | inlineprotected |
replace(size_t pos, size_t len, const RWCString &str, size_t strLen) | RWCString | inlineprotected |
replace(size_t pos, size_t len, const std::string &str) | RWCString | inlineprotected |
replace(size_t pos, size_t len, const std::string &str, size_t strLen) | RWCString | inlineprotected |
replace(size_t pos, size_t len, const char *str) | RWCString | inlineprotected |
replace(size_t pos, size_t len, const char *str, size_t strLen) | RWCString | inlineprotected |
replace(const RWCRExpr &re, const RWCString &str, scopeType scope=one) | RWCString | protected |
replace(const RWCRExpr &re, const char *str, scopeType scope=one) | RWCString | protected |
resize(size_t len) | RWCString | inlineprotected |
rindex(const RWCString &pat, size_t end=RW_NPOS, caseCompare cmp=exact) const | RWCString | inlineprotected |
rindex(const SubString &pat, size_t end=RW_NPOS, caseCompare cmp=exact) const | RWCString | inlineprotected |
rindex(const ConstSubString &pat, size_t end=RW_NPOS, caseCompare cmp=exact) const | RWCString | inlineprotected |
rindex(const RWCString &pat, size_t patlen, size_t end, caseCompare cmp) const | RWCString | inlineprotected |
rindex(const std::string &pat, size_t end=RW_NPOS, caseCompare cmp=exact) const | RWCString | inlineprotected |
rindex(const std::string &pat, size_t patlen, size_t end, caseCompare cmp) const | RWCString | inlineprotected |
rindex(const char *pat, caseCompare cmp) const | RWCString | inlineprotected |
rindex(const char *pat, size_t end=RW_NPOS, caseCompare cmp=exact) const | RWCString | inlineprotected |
rindex(const char *pat, size_t patlen, size_t end, caseCompare cmp) const | RWCString | inlineprotected |
rindex(const char pat, size_t end=RW_NPOS, caseCompare cmp=exact) const | RWCString | inlineprotected |
RWCString() | RWCString | inlineprotected |
RWCString(const RWCString &str) | RWCString | inlineprotected |
RWCString(RWCString &&str) | RWCString | inlineprotected |
RWCString(const SubString &str) | RWCString | inlineprotected |
RWCString(const ConstSubString &str) | RWCString | inlineprotected |
RWCString(const std::string &str) | RWCString | inlineprotected |
RWCString(const char *str) | RWCString | inlineprotected |
RWCString(const char *str, size_t len) | RWCString | inlineprotected |
RWCString(char c) | RWCString | inlineprotected |
RWCString(signed char c) | RWCString | inlineprotected |
RWCString(unsigned char c) | RWCString | inlineprotected |
RWCString(char c, size_t count) | RWCString | inlineprotected |
RWCString(RWSize_T cap) | RWCString | inlineprotected |
RWStringID() | RWStringID | inline |
RWStringID(const RWStringID &sid) | RWStringID | inline |
RWStringID(const RWCString &s) | RWStringID | inline |
RWStringID(const char *name) | RWStringID | inline |
RWStringID(RWCString &&s) | RWStringID | inline |
RWStringID(RWStringID &&sid) | RWStringID | inline |
scopeType enum name | RWCString | protected |
shrink() | RWCString | inlineprotected |
std() | RWCString | inlineprotected |
std() const | RWCString | inlineprotected |
strip(stripType st=trailing, char c=' ') | RWCString | protected |
strip(stripType st=trailing, char c=' ') const | RWCString | protected |
stripType enum name | RWCString | protected |
strXForm(const RWCString &str) | RWCString | related |
strXForm(const std::string &str) | RWCString | related |
SubString typedef | RWCString | protected |
subString(const char *pat, size_t start=0, caseCompare cmp=exact) | RWCString | inlineprotected |
subString(const char *pat, size_t start=0, caseCompare cmp=exact) const | RWCString | inlineprotected |
swap(RWStringID &rhs) | RWStringID | inline |
RWCString::swap(RWCString &str) | RWCString | inlineprotected |
toLower() | RWCString | inlineprotected |
toLower(const RWCString &str) | RWCString | related |
toUpper() | RWCString | inlineprotected |
toUpper(const RWCString &str) | RWCString | related |
trailing enum value | RWCString | protected |
~RWStringID() | RWStringID | inline |
Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |