rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWStringID Member List

This is the complete list of members for RWStringID, including all inherited members.
all enum valueRWCString [protected]
append(const RWCString &str)RWCString [inline, protected]
append(const SubString &str)RWCString [inline, protected]
append(const ConstSubString &str)RWCString [inline, protected]
append(const RWCString &str, size_t len)RWCString [inline, protected]
append(const std::string &str)RWCString [inline, protected]
append(const std::string &str, size_t len)RWCString [inline, protected]
append(const char *str)RWCString [inline, protected]
append(const char *str, size_t len)RWCString [inline, protected]
append(char c, size_t count=1)RWCString [inline, protected]
assign(const RWCString &str)RWCString [inline, protected]
assign(const std::string &str)RWCString [inline, protected]
assign(const SubString &str)RWCString [inline, protected]
assign(const ConstSubString &str)RWCString [inline, protected]
assign(const char *str)RWCString [inline, protected]
assign(const char *str, size_t len)RWCString [inline, protected]
assign(char c, size_t count=1)RWCString [inline, protected]
binaryStoreSize() const RWStringID [inline]
both enum valueRWCString [protected]
byteCount(const char *str, size_t nChars=RW_NPOS)RWCString [protected, static]
capacity() const RWStringID [inline]
capacity(size_t N)RWStringID [inline]
caseCompare enum nameRWCString [protected]
collate(const char *cs) const RWStringID [inline]
collate(const RWCString &st) const RWStringID [inline]
RWCString::collate(const std::string &str) const RWCString [inline, protected]
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 [inline, protected]
RWCString::compareTo(const ConstSubString &str, caseCompare cmp=exact) const RWCString [inline, protected]
RWCString::compareTo(const RWCString *str, caseCompare cmp=exact) const RWCString [inline, protected]
RWCString::compareTo(const std::string &str, caseCompare cmp=exact) const RWCString [inline, protected]
RWCString::compareTo(const std::string *str, caseCompare cmp=exact) const RWCString [inline, protected]
RWCString::compareTo(const char *str, size_t len, caseCompare cmp=exact) const RWCString [inline, protected]
ConstSubString typedefRWCString [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 [inline, protected]
RWCString::contains(const ConstSubString &str, caseCompare cmp=exact) const RWCString [inline, protected]
RWCString::contains(const std::string &str, caseCompare cmp=exact) const RWCString [inline, protected]
RWCString::contains(const char *str, size_t len, caseCompare cmp=exact) const RWCString [inline, protected]
data() const RWStringID [inline]
exact enum valueRWCString [protected]
first(char c) const RWStringID [inline]
first(const char *cs) const RWStringID [inline]
RWCString::first(char c, size_t) const RWCString [inline, protected]
RWCString::first(const char *str, size_t len) const RWCString [inline, protected]
firstNotOf(char c, size_t pos=0) const RWCString [inline, protected]
firstNotOf(const char *str, size_t pos=0) const RWCString [inline, protected]
firstNotOf(const char *str, size_t pos, size_t len) const RWCString [inline, protected]
firstNotOf(const RWCString &str, size_t pos=0) const RWCString [inline, protected]
firstNotOf(const SubString &str, size_t pos=0) const RWCString [inline, protected]
firstNotOf(const ConstSubString &str, size_t pos=0) const RWCString [inline, protected]
firstNotOf(const std::string &str, size_t pos=0) const RWCString [inline, protected]
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 [inline, protected]
RWCString::firstOf(const RWCString &str, size_t pos=0) const RWCString [inline, protected]
RWCString::firstOf(const SubString &str, size_t pos=0) const RWCString [inline, protected]
RWCString::firstOf(const ConstSubString &str, size_t pos=0) const RWCString [inline, protected]
RWCString::firstOf(const std::string &str, size_t pos=0) const RWCString [inline, protected]
hash() const RWStringID [inline]
RWCString::hash(const RWCString &str)RWCString [inline, protected, static]
RWCString::hash(caseCompare cmp=exact) const RWCString [protected]
ignoreCase enum valueRWCString [protected]
ignoreCaseStrict enum valueRWCString [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 [inline, protected]
RWCString::index(const ConstSubString &pat, size_t start=0, caseCompare cmp=exact) const RWCString [inline, protected]
RWCString::index(const std::string &pat, size_t start=0, caseCompare cmp=exact) const RWCString [inline, protected]
RWCString::index(const std::string &pat, size_t patlen, size_t start, caseCompare cmp) const RWCString [inline, protected]
RWCString::index(const char pat, size_t start=0, caseCompare cmp=exact) const RWCString [inline, protected]
insert(size_t pos, const RWCString &str)RWCString [inline, protected]
insert(size_t pos, const SubString &str)RWCString [inline, protected]
insert(size_t pos, const ConstSubString &str)RWCString [inline, protected]
insert(size_t pos, const RWCString &str, size_t len)RWCString [inline, protected]
insert(size_t pos, const std::string &str)RWCString [inline, protected]
insert(size_t pos, const std::string &str, size_t len)RWCString [inline, protected]
insert(size_t pos, const char *str)RWCString [inline, protected]
insert(size_t pos, const char *str, size_t len)RWCString [inline, protected]
insert(size_t pos, char c, size_t count)RWCString [inline, protected]
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 [inline, protected]
RWCString::last(const char *str, size_t len) const RWCString [inline, protected]
lastNotOf(char c, size_t pos=RW_NPOS) const RWCString [inline, protected]
lastNotOf(const char *str, size_t pos=RW_NPOS) const RWCString [inline, protected]
lastNotOf(const char *str, size_t pos, size_t len) const RWCString [inline, protected]
lastNotOf(const RWCString &str, size_t pos=RW_NPOS) const RWCString [inline, protected]
lastNotOf(const SubString &str, size_t pos=RW_NPOS) const RWCString [inline, protected]
lastNotOf(const ConstSubString &str, size_t pos=RW_NPOS) const RWCString [inline, protected]
lastNotOf(const std::string &str, size_t pos=RW_NPOS) const RWCString [inline, protected]
lastOf(char c, size_t pos=RW_NPOS) const RWStringID [inline]
RWCString::lastOf(const char *str, size_t pos=RW_NPOS) const RWCString [inline, protected]
RWCString::lastOf(const char *str, size_t pos, size_t len) const RWCString [inline, protected]
RWCString::lastOf(const RWCString &str, size_t pos=RW_NPOS) const RWCString [inline, protected]
RWCString::lastOf(const SubString &str, size_t pos=RW_NPOS) const RWCString [inline, protected]
RWCString::lastOf(const ConstSubString &str, size_t pos=RW_NPOS) const RWCString [inline, protected]
RWCString::lastOf(const std::string &str, size_t pos=RW_NPOS) const RWCString [inline, protected]
leading enum valueRWCString [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 [inline, protected]
mbLength(const char *str, size_t nBytes=RW_NPOS)RWCString [protected, static]
one enum valueRWCString [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 [inline, protected]
RWCString::operator()(size_t start, size_t len)RWCString [inline, protected]
RWCString::operator()(size_t start, size_t len) const RWCString [inline, protected]
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 [inline, protected]
operator+=(const SubString &str)RWCString [inline, protected]
operator+=(const ConstSubString &str)RWCString [inline, protected]
operator+=(const std::string &str)RWCString [inline, protected]
operator+=(const char *str)RWCString [inline, protected]
operator+=(char c)RWCString [inline, protected]
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 [inline, protected]
RWCString::operator=(const ConstSubString &str)RWCString [inline, protected]
RWCString::operator=(const std::string &str)RWCString [inline, protected]
RWCString::operator=(const char *str)RWCString [inline, protected]
RWCString::operator=(char c)RWCString [inline, protected]
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 [inline, protected]
RWCString::operator[](char i) const RWCString [inline, protected]
RWCString::operator[](signed char i)RWCString [inline, protected]
RWCString::operator[](signed char i) const RWCString [inline, protected]
RWCString::operator[](short i)RWCString [inline, protected]
RWCString::operator[](short i) const RWCString [inline, protected]
RWCString::operator[](int i)RWCString [inline, protected]
RWCString::operator[](int i) const RWCString [inline, protected]
RWCString::operator[](long i)RWCString [inline, protected]
RWCString::operator[](long i) const RWCString [inline, protected]
RWCString::operator[](long long i)RWCString [inline, protected]
RWCString::operator[](long long i) const RWCString [inline, protected]
RWCString::operator[](unsigned char i)RWCString [inline, protected]
RWCString::operator[](unsigned char i) const RWCString [inline, protected]
RWCString::operator[](unsigned short i)RWCString [inline, protected]
RWCString::operator[](unsigned short i) const RWCString [inline, protected]
RWCString::operator[](unsigned int i)RWCString [inline, protected]
RWCString::operator[](unsigned int i) const RWCString [inline, protected]
RWCString::operator[](unsigned long i)RWCString [inline, protected]
RWCString::operator[](unsigned long i) const RWCString [inline, protected]
RWCString::operator[](unsigned long long i)RWCString [inline, protected]
RWCString::operator[](unsigned long long i) const RWCString [inline, protected]
prepend(const RWCString &str)RWCString [inline, protected]
prepend(const SubString &str)RWCString [inline, protected]
prepend(const ConstSubString &str)RWCString [inline, protected]
prepend(const RWCString &str, size_t len)RWCString [inline, protected]
prepend(const std::string &str)RWCString [inline, protected]
prepend(const std::string &str, size_t len)RWCString [inline, protected]
prepend(const char *str)RWCString [inline, protected]
prepend(const char *str, size_t len)RWCString [inline, protected]
prepend(char c, size_t count=1)RWCString [inline, protected]
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 [inline, protected]
remove(size_t pos, size_t len)RWCString [inline, protected]
replace(size_t pos, size_t len, const RWCString &str)RWCString [inline, protected]
replace(size_t pos, size_t len, const SubString &str)RWCString [inline, protected]
replace(size_t pos, size_t len, const ConstSubString &str)RWCString [inline, protected]
replace(size_t pos, size_t len, const RWCString &str, size_t strLen)RWCString [inline, protected]
replace(size_t pos, size_t len, const std::string &str)RWCString [inline, protected]
replace(size_t pos, size_t len, const std::string &str, size_t strLen)RWCString [inline, protected]
replace(size_t pos, size_t len, const char *str)RWCString [inline, protected]
replace(size_t pos, size_t len, const char *str, size_t strLen)RWCString [inline, protected]
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 [inline, protected]
rindex(const RWCString &pat, size_t end=RW_NPOS, caseCompare cmp=exact) const RWCString [inline, protected]
rindex(const SubString &pat, size_t end=RW_NPOS, caseCompare cmp=exact) const RWCString [inline, protected]
rindex(const ConstSubString &pat, size_t end=RW_NPOS, caseCompare cmp=exact) const RWCString [inline, protected]
rindex(const RWCString &pat, size_t patlen, size_t end, caseCompare cmp) const RWCString [inline, protected]
rindex(const std::string &pat, size_t end=RW_NPOS, caseCompare cmp=exact) const RWCString [inline, protected]
rindex(const std::string &pat, size_t patlen, size_t end, caseCompare cmp) const RWCString [inline, protected]
rindex(const char *pat, caseCompare cmp) const RWCString [inline, protected]
rindex(const char *pat, size_t end=RW_NPOS, caseCompare cmp=exact) const RWCString [inline, protected]
rindex(const char *pat, size_t patlen, size_t end, caseCompare cmp) const RWCString [inline, protected]
rindex(const char pat, size_t end=RW_NPOS, caseCompare cmp=exact) const RWCString [inline, protected]
RWCString()RWCString [inline, protected]
RWCString(const RWCString &str)RWCString [inline, protected]
RWCString(RWCString &&str)RWCString [inline, protected]
RWCString(const SubString &str)RWCString [inline, protected]
RWCString(const ConstSubString &str)RWCString [inline, protected]
RWCString(const std::string &str)RWCString [inline, protected]
RWCString(const char *str)RWCString [inline, protected]
RWCString(const char *str, size_t len)RWCString [inline, protected]
RWCString(char c)RWCString [inline, protected]
RWCString(signed char c)RWCString [inline, protected]
RWCString(unsigned char c)RWCString [inline, protected]
RWCString(char c, size_t count)RWCString [inline, protected]
RWCString(RWSize_T cap)RWCString [inline, protected]
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 nameRWCString [protected]
shrink()RWCString [inline, protected]
std()RWCString [inline, protected]
std() const RWCString [inline, protected]
strip(stripType st=trailing, char c=' ')RWCString [protected]
strip(stripType st=trailing, char c=' ') const RWCString [protected]
stripType enum nameRWCString [protected]
strXForm(const RWCString &str)RWCString [related]
strXForm(const std::string &str)RWCString [related]
SubString typedefRWCString [protected]
subString(const char *pat, size_t start=0, caseCompare cmp=exact)RWCString [inline, protected]
subString(const char *pat, size_t start=0, caseCompare cmp=exact) const RWCString [inline, protected]
swap(RWStringID &rhs)RWStringID [inline]
RWCString::swap(RWCString &str)RWCString [inline, protected]
toLower()RWCString [inline, protected]
toLower(const RWCString &str)RWCString [related]
toUpper()RWCString [inline, protected]
toUpper(const RWCString &str)RWCString [related]
trailing enum valueRWCString [protected]
~RWStringID()RWStringID [inline]
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.