SourcePro® API Reference Guide

 
RWCString Member List

This is the complete list of members for RWCString, including all inherited members.

all enum valueRWCString
append(const RWCString &str)RWCStringinline
append(const SubString &str)RWCStringinline
append(const ConstSubString &str)RWCStringinline
append(const RWCString &str, size_t len)RWCStringinline
append(const std::string &str)RWCStringinline
append(const std::string &str, size_t len)RWCStringinline
append(const char *str)RWCStringinline
append(const char *str, size_t len)RWCStringinline
append(char c, size_t count=1)RWCStringinline
assign(const RWCString &str)RWCStringinline
assign(const std::string &str)RWCStringinline
assign(const SubString &str)RWCStringinline
assign(const ConstSubString &str)RWCStringinline
assign(const char *str)RWCStringinline
assign(const char *str, size_t len)RWCStringinline
assign(char c, size_t count=1)RWCStringinline
binaryStoreSize() const RWCStringinline
both enum valueRWCString
byteCount(const char *str, size_t nChars=RW_NPOS)RWCStringstatic
capacity() const RWCStringinline
capacity(size_t cap)RWCStringinline
caseCompare enum nameRWCString
collate(const RWCString &str) const RWCStringinline
collate(const std::string &str) const RWCStringinline
collate(const char *str) const RWCStringinline
compareTo(const RWCString &str, caseCompare cmp=exact) const RWCStringinline
compareTo(const SubString &str, caseCompare cmp=exact) const RWCStringinline
compareTo(const ConstSubString &str, caseCompare cmp=exact) const RWCStringinline
compareTo(const RWCString *str, caseCompare cmp=exact) const RWCStringinline
compareTo(const std::string &str, caseCompare cmp=exact) const RWCStringinline
compareTo(const std::string *str, caseCompare cmp=exact) const RWCStringinline
compareTo(const char *str, caseCompare cmp=exact) const RWCStringinline
compareTo(const char *str, size_t len, caseCompare cmp=exact) const RWCStringinline
ConstSubString typedefRWCString
contains(const RWCString &str, caseCompare cmp=exact) const RWCStringinline
contains(const SubString &str, caseCompare cmp=exact) const RWCStringinline
contains(const ConstSubString &str, caseCompare cmp=exact) const RWCStringinline
contains(const std::string &str, caseCompare cmp=exact) const RWCStringinline
contains(const char *str, caseCompare cmp=exact) const RWCStringinline
contains(const char *str, size_t len, caseCompare cmp=exact) const RWCStringinline
data() const RWCStringinline
exact enum valueRWCString
first(char c) const RWCStringinline
first(char c, size_t) const RWCStringinline
first(const char *str) const RWCStringinline
first(const char *str, size_t len) const RWCStringinline
firstNotOf(char c, size_t pos=0) const RWCStringinline
firstNotOf(const char *str, size_t pos=0) const RWCStringinline
firstNotOf(const char *str, size_t pos, size_t len) const RWCStringinline
firstNotOf(const RWCString &str, size_t pos=0) const RWCStringinline
firstNotOf(const SubString &str, size_t pos=0) const RWCStringinline
firstNotOf(const ConstSubString &str, size_t pos=0) const RWCStringinline
firstNotOf(const std::string &str, size_t pos=0) const RWCStringinline
firstOf(char c, size_t pos=0) const RWCStringinline
firstOf(const char *str, size_t pos=0) const RWCStringinline
firstOf(const char *str, size_t pos, size_t len) const RWCStringinline
firstOf(const RWCString &str, size_t pos=0) const RWCStringinline
firstOf(const SubString &str, size_t pos=0) const RWCStringinline
firstOf(const ConstSubString &str, size_t pos=0) const RWCStringinline
firstOf(const std::string &str, size_t pos=0) const RWCStringinline
hash(const RWCString &str)RWCStringinlinestatic
hash(caseCompare cmp=exact) const RWCString
ignoreCase enum valueRWCString
ignoreCaseStrict enum valueRWCString
index(const RWCString &pat, size_t start=0, caseCompare cmp=exact) const RWCStringinline
index(const SubString &pat, size_t start=0, caseCompare cmp=exact) const RWCStringinline
index(const ConstSubString &pat, size_t start=0, caseCompare cmp=exact) const RWCStringinline
index(const RWCString &pat, size_t patlen, size_t start, caseCompare cmp) const RWCStringinline
index(const std::string &pat, size_t start=0, caseCompare cmp=exact) const RWCStringinline
index(const std::string &pat, size_t patlen, size_t start, caseCompare cmp) const RWCStringinline
index(const char *pat, size_t start=0, caseCompare cmp=exact) const RWCStringinline
index(const char *pat, size_t patlen, size_t start, caseCompare cmp) const RWCStringinline
index(const char pat, size_t start=0, caseCompare cmp=exact) const RWCStringinline
index(const RWCRegexp &re, size_t start=0) const RWCString
index(const RWCRegexp &re, size_t *ext, size_t start=0) const RWCString
index(const RWCRExpr &re, size_t start=0) const RWCString
index(const RWCRExpr &re, size_t *ext, size_t start=0) const RWCString
index(const char *re, size_t *ext, size_t start=0) const RWCString
insert(size_t pos, const RWCString &str)RWCStringinline
insert(size_t pos, const SubString &str)RWCStringinline
insert(size_t pos, const ConstSubString &str)RWCStringinline
insert(size_t pos, const RWCString &str, size_t len)RWCStringinline
insert(size_t pos, const std::string &str)RWCStringinline
insert(size_t pos, const std::string &str, size_t len)RWCStringinline
insert(size_t pos, const char *str)RWCStringinline
insert(size_t pos, const char *str, size_t len)RWCStringinline
insert(size_t pos, char c, size_t count)RWCStringinline
isAscii() const RWCString
isNull() const RWCStringinline
last(char c) const RWCStringinline
last(char c, size_t) const RWCStringinline
last(const char *str) const RWCStringinline
last(const char *str, size_t len) const RWCStringinline
lastNotOf(char c, size_t pos=RW_NPOS) const RWCStringinline
lastNotOf(const char *str, size_t pos=RW_NPOS) const RWCStringinline
lastNotOf(const char *str, size_t pos, size_t len) const RWCStringinline
lastNotOf(const RWCString &str, size_t pos=RW_NPOS) const RWCStringinline
lastNotOf(const SubString &str, size_t pos=RW_NPOS) const RWCStringinline
lastNotOf(const ConstSubString &str, size_t pos=RW_NPOS) const RWCStringinline
lastNotOf(const std::string &str, size_t pos=RW_NPOS) const RWCStringinline
lastOf(char c, size_t pos=RW_NPOS) const RWCStringinline
lastOf(const char *str, size_t pos=RW_NPOS) const RWCStringinline
lastOf(const char *str, size_t pos, size_t len) const RWCStringinline
lastOf(const RWCString &str, size_t pos=RW_NPOS) const RWCStringinline
lastOf(const SubString &str, size_t pos=RW_NPOS) const RWCStringinline
lastOf(const ConstSubString &str, size_t pos=RW_NPOS) const RWCStringinline
lastOf(const std::string &str, size_t pos=RW_NPOS) const RWCStringinline
leading enum valueRWCString
length() const RWCStringinline
match(const RWCRExpr &re)RWCString
match(const RWCRExpr &) const RWCString
match(const RWCRExpr &re, size_t start)RWCString
match(const RWCRExpr &re, size_t start) const RWCString
mbLength() const RWCStringinline
mbLength(const char *str, size_t nBytes=RW_NPOS)RWCStringstatic
one enum valueRWCString
operator const char *() const RWCStringinline
operator!=(const RWCString &lhs, const RWCString &rhs)RWCStringrelated
operator!=(const RWCString &lhs, const RWCSubString &rhs)RWCStringrelated
operator!=(const RWCSubString &lhs, const RWCString &rhs)RWCStringrelated
operator!=(const RWCString &lhs, const RWCConstSubString &rhs)RWCStringrelated
operator!=(const RWCConstSubString &lhs, const RWCString &rhs)RWCStringrelated
operator!=(const RWCString &lhs, const std::string &rhs)RWCStringrelated
operator!=(const std::string &lhs, const RWCString &rhs)RWCStringrelated
operator!=(const RWCString &lhs, const char *rhs)RWCStringrelated
operator!=(const char *lhs, const RWCString &rhs)RWCStringrelated
operator!=(const RWCString &lhs, char rhs)RWCStringrelated
operator!=(char lhs, const RWCString &rhs)RWCStringrelated
operator()(size_t i)RWCStringinline
operator()(size_t i) const RWCStringinline
operator()(size_t start, size_t len)RWCStringinline
operator()(size_t start, size_t len) const RWCStringinline
operator()(const RWCRegexp &re)RWCString
operator()(const RWCRegexp &re) const RWCString
operator()(const RWCRegexp &re, size_t start)RWCString
operator()(const RWCRegexp &re, size_t start) const RWCString
operator+(const RWCString &lhs, const RWCString &rhs)RWCStringrelated
operator+(const RWCString &lhs, const RWCSubString &rhs)RWCStringrelated
operator+(const RWCSubString &lhs, const RWCString &rhs)RWCStringrelated
operator+(const RWCString &lhs, const RWCConstSubString &rhs)RWCStringrelated
operator+(const RWCConstSubString &lhs, const RWCString &rhs)RWCStringrelated
operator+(const RWCString &lhs, const std::string &rhs)RWCStringrelated
operator+(const std::string &lhs, const RWCString &rhs)RWCStringrelated
operator+(const RWCString &lhs, const char *rhs)RWCStringrelated
operator+(const char *lhs, const RWCString &rhs)RWCStringrelated
operator+(const RWCSubString &lhs, const RWCSubString &rhs)RWCStringrelated
operator+(const RWCSubString &lhs, const RWCConstSubString &rhs)RWCStringrelated
operator+(const RWCConstSubString &lhs, const RWCSubString &rhs)RWCStringrelated
operator+(const RWCSubString &lhs, const std::string &rhs)RWCStringrelated
operator+(const std::string &lhs, const RWCSubString &rhs)RWCStringrelated
operator+(const RWCSubString &lhs, const char *rhs)RWCStringrelated
operator+(const char *lhs, const RWCSubString &rhs)RWCStringrelated
operator+(const RWCConstSubString &lhs, const RWCConstSubString &rhs)RWCStringrelated
operator+(const RWCConstSubString &lhs, const std::string &rhs)RWCStringrelated
operator+(const std::string &lhs, const RWCConstSubString &rhs)RWCStringrelated
operator+(const RWCConstSubString &lhs, const char *rhs)RWCStringrelated
operator+(const char *lhs, const RWCConstSubString &rhs)RWCStringrelated
operator+=(const RWCString &str)RWCStringinline
operator+=(const SubString &str)RWCStringinline
operator+=(const ConstSubString &str)RWCStringinline
operator+=(const std::string &str)RWCStringinline
operator+=(const char *str)RWCStringinline
operator+=(char c)RWCStringinline
operator<(const RWCString &lhs, const RWCString &rhs)RWCStringrelated
operator<(const RWCString &lhs, const RWCSubString &rhs)RWCStringrelated
operator<(const RWCSubString &lhs, const RWCString &rhs)RWCStringrelated
operator<(const RWCString &lhs, const RWCConstSubString &rhs)RWCStringrelated
operator<(const RWCConstSubString &lhs, const RWCString &rhs)RWCStringrelated
operator<(const RWCString &lhs, const std::string &rhs)RWCStringrelated
operator<(const std::string &lhs, const RWCString &rhs)RWCStringrelated
operator<(const RWCString &lhs, const char *rhs)RWCStringrelated
operator<(const char *lhs, const RWCString &rhs)RWCStringrelated
operator<(const RWCString &lhs, char rhs)RWCStringrelated
operator<(char lhs, const RWCString &rhs)RWCStringrelated
operator<<(RWFile &file, const RWCString &str)RWCStringrelated
operator<<(RWvostream &vos, const RWCString &str)RWCStringrelated
operator<<(std::ostream &os, const RWCString &str)RWCStringrelated
operator<=(const RWCString &lhs, const RWCString &rhs)RWCStringrelated
operator<=(const RWCString &lhs, const RWCSubString &rhs)RWCStringrelated
operator<=(const RWCSubString &lhs, const RWCString &rhs)RWCStringrelated
operator<=(const RWCString &lhs, const RWCConstSubString &rhs)RWCStringrelated
operator<=(const RWCConstSubString &lhs, const RWCString &rhs)RWCStringrelated
operator<=(const RWCString &lhs, const std::string &rhs)RWCStringrelated
operator<=(const std::string &lhs, const RWCString &rhs)RWCStringrelated
operator<=(const RWCString &lhs, const char *rhs)RWCStringrelated
operator<=(const char *lhs, const RWCString &rhs)RWCStringrelated
operator<=(const RWCString &lhs, char rhs)RWCStringrelated
operator<=(char lhs, const RWCString &rhs)RWCStringrelated
operator=(const RWCString &str)RWCStringinline
operator=(RWCString &&str)RWCStringinline
operator=(const SubString &str)RWCStringinline
operator=(const ConstSubString &str)RWCStringinline
operator=(const std::string &str)RWCStringinline
operator=(const char *str)RWCStringinline
operator=(char c)RWCStringinline
operator==(const RWCString &lhs, const RWCString &rhs)RWCStringrelated
operator==(const RWCString &lhs, const RWCSubString &rhs)RWCStringrelated
operator==(const RWCSubString &lhs, const RWCString &rhs)RWCStringrelated
operator==(const RWCString &lhs, const RWCConstSubString &rhs)RWCStringrelated
operator==(const RWCConstSubString &lhs, const RWCString &rhs)RWCStringrelated
operator==(const RWCString &lhs, const std::string &rhs)RWCStringrelated
operator==(const std::string &lhs, const RWCString &rhs)RWCStringrelated
operator==(const RWCString &lhs, const char *rhs)RWCStringrelated
operator==(const char *lhs, const RWCString &rhs)RWCStringrelated
operator==(const RWCString &lhs, char rhs)RWCStringrelated
operator==(char lhs, const RWCString &rhs)RWCStringrelated
operator>(const RWCString &lhs, const RWCString &rhs)RWCStringrelated
operator>(const RWCString &lhs, const RWCSubString &rhs)RWCStringrelated
operator>(const RWCSubString &lhs, const RWCString &rhs)RWCStringrelated
operator>(const RWCString &lhs, const RWCConstSubString &rhs)RWCStringrelated
operator>(const RWCConstSubString &lhs, const RWCString &rhs)RWCStringrelated
operator>(const RWCString &lhs, const std::string &rhs)RWCStringrelated
operator>(const std::string &lhs, const RWCString &rhs)RWCStringrelated
operator>(const RWCString &lhs, const char *rhs)RWCStringrelated
operator>(const char *lhs, const RWCString &rhs)RWCStringrelated
operator>(const RWCString &lhs, char rhs)RWCStringrelated
operator>(char lhs, const RWCString &rhs)RWCStringrelated
operator>=(const RWCString &lhs, const RWCString &rhs)RWCStringrelated
operator>=(const RWCString &lhs, const RWCSubString &rhs)RWCStringrelated
operator>=(const RWCSubString &lhs, const RWCString &rhs)RWCStringrelated
operator>=(const RWCString &lhs, const RWCConstSubString &rhs)RWCStringrelated
operator>=(const RWCConstSubString &lhs, const RWCString &rhs)RWCStringrelated
operator>=(const RWCString &lhs, const std::string &rhs)RWCStringrelated
operator>=(const std::string &lhs, const RWCString &rhs)RWCStringrelated
operator>=(const RWCString &lhs, const char *rhs)RWCStringrelated
operator>=(const char *lhs, const RWCString &rhs)RWCStringrelated
operator>=(const RWCString &lhs, char rhs)RWCStringrelated
operator>=(char lhs, const RWCString &rhs)RWCStringrelated
operator>>(RWFile &file, RWCString &str)RWCStringrelated
operator>>(RWvistream &vis, RWCString &str)RWCStringrelated
operator>>(std::istream &is, RWCString &str)RWCStringrelated
operator[](char i)RWCStringinline
operator[](char i) const RWCStringinline
operator[](signed char i)RWCStringinline
operator[](signed char i) const RWCStringinline
operator[](short i)RWCStringinline
operator[](short i) const RWCStringinline
operator[](int i)RWCStringinline
operator[](int i) const RWCStringinline
operator[](long i)RWCStringinline
operator[](long i) const RWCStringinline
operator[](long long i)RWCStringinline
operator[](long long i) const RWCStringinline
operator[](unsigned char i)RWCStringinline
operator[](unsigned char i) const RWCStringinline
operator[](unsigned short i)RWCStringinline
operator[](unsigned short i) const RWCStringinline
operator[](unsigned int i)RWCStringinline
operator[](unsigned int i) const RWCStringinline
operator[](unsigned long i)RWCStringinline
operator[](unsigned long i) const RWCStringinline
operator[](unsigned long long i)RWCStringinline
operator[](unsigned long long i) const RWCStringinline
prepend(const RWCString &str)RWCStringinline
prepend(const SubString &str)RWCStringinline
prepend(const ConstSubString &str)RWCStringinline
prepend(const RWCString &str, size_t len)RWCStringinline
prepend(const std::string &str)RWCStringinline
prepend(const std::string &str, size_t len)RWCStringinline
prepend(const char *str)RWCStringinline
prepend(const char *str, size_t len)RWCStringinline
prepend(char c, size_t count=1)RWCStringinline
readFile(std::istream &strm)RWCString
readLine(std::istream &strm, bool skipWhite=true)RWCString
readString(std::istream &strm)RWCString
readToDelim(std::istream &strm, char delim= '\n')RWCString
readToken(std::istream &strm)RWCString
remove(size_t pos)RWCStringinline
remove(size_t pos, size_t len)RWCStringinline
replace(size_t pos, size_t len, const RWCString &str)RWCStringinline
replace(size_t pos, size_t len, const SubString &str)RWCStringinline
replace(size_t pos, size_t len, const ConstSubString &str)RWCStringinline
replace(size_t pos, size_t len, const RWCString &str, size_t strLen)RWCStringinline
replace(size_t pos, size_t len, const std::string &str)RWCStringinline
replace(size_t pos, size_t len, const std::string &str, size_t strLen)RWCStringinline
replace(size_t pos, size_t len, const char *str)RWCStringinline
replace(size_t pos, size_t len, const char *str, size_t strLen)RWCStringinline
replace(const RWCRExpr &re, const RWCString &str, scopeType scope=one)RWCString
replace(const RWCRExpr &re, const char *str, scopeType scope=one)RWCString
resize(size_t len)RWCStringinline
rindex(const RWCString &pat, size_t end=RW_NPOS, caseCompare cmp=exact) const RWCStringinline
rindex(const SubString &pat, size_t end=RW_NPOS, caseCompare cmp=exact) const RWCStringinline
rindex(const ConstSubString &pat, size_t end=RW_NPOS, caseCompare cmp=exact) const RWCStringinline
rindex(const RWCString &pat, size_t patlen, size_t end, caseCompare cmp) const RWCStringinline
rindex(const std::string &pat, size_t end=RW_NPOS, caseCompare cmp=exact) const RWCStringinline
rindex(const std::string &pat, size_t patlen, size_t end, caseCompare cmp) const RWCStringinline
rindex(const char *pat, caseCompare cmp) const RWCStringinline
rindex(const char *pat, size_t end=RW_NPOS, caseCompare cmp=exact) const RWCStringinline
rindex(const char *pat, size_t patlen, size_t end, caseCompare cmp) const RWCStringinline
rindex(const char pat, size_t end=RW_NPOS, caseCompare cmp=exact) const RWCStringinline
RWCString()RWCStringinline
RWCString(const RWCString &str)RWCStringinline
RWCString(RWCString &&str)RWCStringinline
RWCString(const SubString &str)RWCStringinline
RWCString(const ConstSubString &str)RWCStringinline
RWCString(const std::string &str)RWCStringinline
RWCString(const char *str)RWCStringinline
RWCString(const char *str, size_t len)RWCStringinline
RWCString(char c)RWCStringinline
RWCString(signed char c)RWCStringinline
RWCString(unsigned char c)RWCStringinline
RWCString(char c, size_t count)RWCStringinline
RWCString(RWSize_T cap)RWCStringinline
scopeType enum nameRWCString
shrink()RWCStringinline
std()RWCStringinline
std() const RWCStringinline
strip(stripType st=trailing, char c= ' ')RWCString
strip(stripType st=trailing, char c= ' ') const RWCString
stripType enum nameRWCString
strXForm(const RWCString &str)RWCStringrelated
strXForm(const std::string &str)RWCStringrelated
SubString typedefRWCString
subString(const char *pat, size_t start=0, caseCompare cmp=exact)RWCStringinline
subString(const char *pat, size_t start=0, caseCompare cmp=exact) const RWCStringinline
swap(RWCString &str)RWCStringinline
toLower()RWCStringinline
toLower(const RWCString &str)RWCStringrelated
toUpper()RWCStringinline
toUpper(const RWCString &str)RWCStringrelated
trailing enum valueRWCString

Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.