SourcePro® 2023.1 |
SourcePro® API Reference Guide |
This is the complete list of members for RWWString, including all inherited members.
append(wchar_t c, size_t count=1) | RWWString | inline |
append(const wchar_t *str) | RWWString | inline |
append(const wchar_t *str, size_t len) | RWWString | inline |
append(const std::wstring &str) | RWWString | inline |
append(const RWWString &str) | RWWString | inline |
append(const std::wstring &str, size_t len) | RWWString | inline |
append(const RWWString &str, size_t len) | RWWString | inline |
ascii enum value | RWWString | |
ascii_ enum name | RWWString | |
assign(const RWWString &str) | RWWString | inline |
assign(const std::wstring &str) | RWWString | inline |
assign(const SubString &str) | RWWString | inline |
assign(const ConstSubString &str) | RWWString | inline |
assign(const wchar_t *str) | RWWString | inline |
assign(const wchar_t *str, size_t len) | RWWString | inline |
assign(const wchar_t c, size_t count=1) | RWWString | inline |
binaryStoreSize() const | RWWString | inline |
both enum value | RWWString | |
capacity() const | RWWString | inline |
capacity(size_t cap) | RWWString | inline |
caseCompare enum name | RWWString | |
collate(const wchar_t *str) const | RWWString | inline |
collate(const std::wstring &str) const | RWWString | inline |
collate(const RWWString &str) const | RWWString | inline |
compareTo(const RWWString &str, caseCompare cmp=exact) const | RWWString | inline |
compareTo(const wchar_t *str, caseCompare cmp=exact) const | RWWString | inline |
compareTo(const std::wstring &str, caseCompare cmp=exact) const | RWWString | inline |
compareTo(const std::wstring *str, caseCompare cmp=exact) const | RWWString | inline |
compareTo(const RWWString *str, caseCompare cmp=exact) const | RWWString | inline |
ConstSubString typedef | RWWString | |
contains(const wchar_t *str, caseCompare cmp=exact) const | RWWString | inline |
contains(const std::wstring &str, caseCompare cmp=exact) const | RWWString | inline |
contains(const RWWString &str, caseCompare cmp=exact) const | RWWString | inline |
data() const | RWWString | inline |
exact enum value | RWWString | |
first(wchar_t c) const | RWWString | inline |
first(wchar_t c, size_t) const | RWWString | inline |
first(const wchar_t *str) const | RWWString | inline |
first(const wchar_t *str, size_t len) const | RWWString | inline |
fromAscii(const RWCString &str) | RWWString | inlinestatic |
fromMultiByte(const RWCString &str) | RWWString | inlinestatic |
hash(caseCompare cmp=exact) const | RWWString | |
hash(const RWWString &wstr) | RWWString | inlinestatic |
ignoreCase enum value | RWWString | |
ignoreCaseStrict enum value | RWWString | |
index(const wchar_t *pat, size_t start=0, caseCompare cmp=exact) const | RWWString | inline |
index(const std::wstring &pat, size_t start=0, caseCompare cmp=exact) const | RWWString | inline |
index(const RWWString &pat, size_t start=0, caseCompare cmp=exact) const | RWWString | inline |
index(const wchar_t *pat, size_t patlen, size_t start, caseCompare cmp) const | RWWString | inline |
index(const std::wstring &pat, size_t patlen, size_t start, caseCompare cmp) const | RWWString | inline |
index(const RWWString &pat, size_t patlen, size_t start, caseCompare cmp) const | RWWString | inline |
initialCapacity(size_t capacity=15) | RWWString | static |
insert(size_t pos, wchar_t c, size_t count) | RWWString | inline |
insert(size_t pos, const wchar_t *str) | RWWString | inline |
insert(size_t pos, const wchar_t *str, size_t len) | RWWString | inline |
insert(size_t pos, const std::wstring &str) | RWWString | inline |
insert(size_t pos, const RWWString &str) | RWWString | inline |
insert(size_t pos, const std::wstring &str, size_t len) | RWWString | inline |
insert(size_t pos, const RWWString &str, size_t len) | RWWString | inline |
isAscii() const | RWWString | |
isNull() const | RWWString | inline |
last(wchar_t c) const | RWWString | inline |
last(wchar_t c, size_t) const | RWWString | inline |
last(const wchar_t *str) const | RWWString | inline |
last(const wchar_t *str, size_t len) const | RWWString | inline |
leading enum value | RWWString | |
length() const | RWWString | inline |
maxWaste(size_t maxwaste=16) | RWWString | static |
multiByte enum value | RWWString | |
multiByte_ enum name | RWWString | |
operator const wchar_t *() const | RWWString | inline |
operator!=(const RWWString &rhs) const | RWWString | inline |
operator!=(const RWWString &lhs, const wchar_t *rhs) | RWWString | related |
operator!=(const wchar_t *lhs, const RWWString &rhs) | RWWString | related |
operator!=(const RWWString &lhs, const std::wstring &rhs) | RWWString | related |
operator!=(const std::wstring &lhs, const RWWString &rhs) | RWWString | related |
operator!=(const RWWSubString &lhs, const RWWString &rhs) | RWWString | related |
operator!=(const RWWString &lhs, const RWWSubString &rhs) | RWWString | related |
operator!=(const RWWConstSubString &lhs, const RWWString &rhs) | RWWString | related |
operator!=(const RWWString &lhs, const RWWConstSubString &rhs) | RWWString | related |
operator()(size_t i) | RWWString | inline |
operator()(size_t i) const | RWWString | inline |
operator()(size_t start, size_t len) | RWWString | inline |
operator()(size_t start, size_t len) const | RWWString | inline |
operator+(const RWWString &lhs, const RWWString &rhs) | RWWString | related |
operator+(const RWWString &lhs, const RWWSubString &rhs) | RWWString | related |
operator+(const RWWSubString &lhs, const RWWString &rhs) | RWWString | related |
operator+(const RWWString &lhs, const RWWConstSubString &rhs) | RWWString | related |
operator+(const RWWConstSubString &lhs, const RWWString &rhs) | RWWString | related |
operator+(const RWWString &lhs, const std::wstring &rhs) | RWWString | related |
operator+(const std::wstring &lhs, const RWWString &rhs) | RWWString | related |
operator+(const RWWString &lhs, const wchar_t *rhs) | RWWString | related |
operator+(const wchar_t *lhs, const RWWString &rhs) | RWWString | related |
operator+(const RWWSubString &lhs, const RWWSubString &rhs) | RWWString | related |
operator+(const RWWSubString &lhs, const RWWConstSubString &rhs) | RWWString | related |
operator+(const RWWConstSubString &lhs, const RWWSubString &rhs) | RWWString | related |
operator+(const RWWSubString &lhs, const std::wstring &rhs) | RWWString | related |
operator+(const std::wstring &lhs, const RWWSubString &rhs) | RWWString | related |
operator+(const RWWSubString &lhs, const wchar_t *rhs) | RWWString | related |
operator+(const wchar_t *lhs, const RWWSubString &rhs) | RWWString | related |
operator+(const RWWConstSubString &lhs, const RWWConstSubString &rhs) | RWWString | related |
operator+(const RWWConstSubString &lhs, const std::wstring &rhs) | RWWString | related |
operator+(const std::wstring &lhs, const RWWConstSubString &rhs) | RWWString | related |
operator+(const RWWConstSubString &lhs, const wchar_t *rhs) | RWWString | related |
operator+(const wchar_t *lhs, const RWWConstSubString &rhs) | RWWString | related |
operator+=(wchar_t c) | RWWString | inline |
operator+=(const wchar_t *str) | RWWString | inline |
operator+=(const std::wstring &str) | RWWString | inline |
operator+=(const RWWString &str) | RWWString | inline |
operator<(const RWWString &rhs) const | RWWString | inline |
operator<(const RWWString &lhs, const wchar_t *rhs) | RWWString | related |
operator<(const wchar_t *lhs, const RWWString &rhs) | RWWString | related |
operator<(const RWWString &lhs, const std::wstring &rhs) | RWWString | related |
operator<(const std::wstring &lhs, const RWWString &rhs) | RWWString | related |
operator<<(std::ostream &os, const RWWString &s) | RWWString | related |
operator<<(std::wostream &os, const RWWString &str) | RWWString | related |
operator<<(RWvostream &vos, const RWWString &str) | RWWString | related |
operator<<(RWFile &file, const RWWString &str) | RWWString | related |
operator<=(const RWWString &rhs) const | RWWString | related |
operator<=(const RWWString &lhs, const wchar_t *rhs) | RWWString | related |
operator<=(const wchar_t *lhs, const RWWString &rhs) | RWWString | related |
operator<=(const RWWString &lhs, const std::wstring &rhs) | RWWString | related |
operator<=(const std::wstring &lhs, const RWWString &rhs) | RWWString | related |
operator=(wchar_t c) | RWWString | inline |
operator=(const wchar_t *str) | RWWString | inline |
operator=(const std::wstring &str) | RWWString | inline |
operator=(const RWWString &str) | RWWString | inline |
operator=(const SubString &str) | RWWString | inline |
operator=(const ConstSubString &str) | RWWString | inline |
operator=(RWWString &&str) | RWWString | inline |
operator==(const RWWString &rhs) const | RWWString | inline |
operator==(const RWWString &lhs, const wchar_t *rhs) | RWWString | related |
operator==(const wchar_t *lhs, const RWWString &rhs) | RWWString | related |
operator==(const RWWString &lhs, const std::wstring &rhs) | RWWString | related |
operator==(const std::wstring &lhs, const RWWString &rhs) | RWWString | related |
operator==(const RWWSubString &lhs, const RWWString &rhs) | RWWString | related |
operator==(const RWWString &lhs, const RWWSubString &rhs) | RWWString | related |
operator==(const RWWConstSubString &lhs, const RWWString &rhs) | RWWString | related |
operator==(const RWWString &lhs, const RWWConstSubString &rhs) | RWWString | related |
operator>(const RWWString &rhs) const | RWWString | inline |
operator>(const RWWString &lhs, const wchar_t *rhs) | RWWString | related |
operator>(const wchar_t *lhs, const RWWString &rhs) | RWWString | related |
operator>(const RWWString &lhs, const std::wstring &rhs) | RWWString | related |
operator>(const std::wstring &lhs, const RWWString &rhs) | RWWString | related |
operator>=(const RWWString &rhs) const | RWWString | related |
operator>=(const RWWString &lhs, const wchar_t *rhs) | RWWString | related |
operator>=(const wchar_t *lhs, const RWWString &rhs) | RWWString | related |
operator>=(const RWWString &lhs, const std::wstring &rhs) | RWWString | related |
operator>=(const std::wstring &lhs, const RWWString &rhs) | RWWString | related |
operator>>(std::istream &s, RWWString &str) | RWWString | related |
operator>>(RWvistream &str, RWWString &cstr) | RWWString | related |
operator>>(RWFile &file, RWWString &cstr) | RWWString | related |
operator[](short i) | RWWString | inline |
operator[](int i) | RWWString | inline |
operator[](long i) | RWWString | inline |
operator[](unsigned short i) | RWWString | inline |
operator[](unsigned int i) | RWWString | inline |
operator[](unsigned long i) | RWWString | inline |
operator[](short i) const | RWWString | inline |
operator[](int i) const | RWWString | inline |
operator[](long i) const | RWWString | inline |
operator[](unsigned short i) const | RWWString | inline |
operator[](unsigned int i) const | RWWString | inline |
operator[](unsigned long i) const | RWWString | inline |
operator[](long long i) | RWWString | inline |
operator[](unsigned long long i) | RWWString | inline |
operator[](long long i) const | RWWString | inline |
operator[](unsigned long long i) const | RWWString | inline |
prepend(wchar_t c, size_t count=1) | RWWString | inline |
prepend(const wchar_t *str) | RWWString | inline |
prepend(const wchar_t *str, size_t len) | RWWString | inline |
prepend(const std::wstring &str) | RWWString | inline |
prepend(const RWWString &str) | RWWString | inline |
prepend(const std::wstring &str, size_t len) | RWWString | inline |
prepend(const RWWString &str, size_t len) | RWWString | inline |
readFile(std::istream &strm) | RWWString | |
readLine(std::istream &strm, bool skipWhite=true) | RWWString | inline |
readString(std::istream &strm) | RWWString | inline |
readToDelim(std::istream &strm) | RWWString | inline |
readToDelim(std::istream &strm, wchar_t delim) | RWWString | inline |
readToken(std::istream &strm) | RWWString | |
readToken(std::wistream &strm) | RWWString | inline |
remove(size_t pos) | RWWString | inline |
remove(size_t pos, size_t len) | RWWString | inline |
replace(size_t pos, size_t len, const wchar_t *str) | RWWString | inline |
replace(size_t pos, size_t len, const std::wstring &str) | RWWString | inline |
replace(size_t pos, size_t len, const RWWString &str) | RWWString | inline |
replace(size_t pos, size_t len, const wchar_t *str, size_t strLen) | RWWString | inline |
replace(size_t pos, size_t len, const std::wstring &str, size_t strLen) | RWWString | inline |
replace(size_t pos, size_t len, const RWWString &str, size_t strLen) | RWWString | inline |
resize(size_t len) | RWWString | inline |
resizeIncrement(size_t increment=16) | RWWString | static |
rindex(const wchar_t *pat, caseCompare cmp) const | RWWString | inline |
rindex(const wchar_t *pat, size_t end=RW_NPOS, caseCompare cmp=exact) const | RWWString | inline |
rindex(const std::wstring &pat, size_t end=RW_NPOS, caseCompare cmp=exact) const | RWWString | inline |
rindex(const RWWString &pat, size_t end=RW_NPOS, caseCompare cmp=exact) const | RWWString | inline |
rindex(const wchar_t *pat, size_t patlen, size_t end, caseCompare cmp) const | RWWString | inline |
rindex(const std::wstring &pat, size_t patlen, size_t end, caseCompare cmp) const | RWWString | inline |
rindex(const RWWString &pat, size_t patlen, size_t end, caseCompare cmp) const | RWWString | inline |
RWWString() | RWWString | inline |
RWWString(const std::wstring &str) | RWWString | inline |
RWWString(const RWWString &str) | RWWString | inline |
RWWString(RWWString &&str) | RWWString | inline |
RWWString(RWSize_T cap) | RWWString | inline |
RWWString(wchar_t c) | RWWString | inline |
RWWString(wchar_t c, size_t count) | RWWString | inline |
RWWString(const wchar_t *str) | RWWString | inline |
RWWString(const wchar_t *str, size_t len) | RWWString | inline |
RWWString(char c) | RWWString | inline |
RWWString(char c, size_t count) | RWWString | inline |
RWWString(signed char c) | RWWString | inline |
RWWString(unsigned char c) | RWWString | inline |
RWWString(const char *str, ascii_) | RWWString | inline |
RWWString(const RWCString &str, ascii_) | RWWString | |
RWWString(const char *str, multiByte_) | RWWString | inline |
RWWString(const RWCString &str, multiByte_) | RWWString | |
RWWString(const char *str, size_t len, ascii_) | RWWString | inline |
RWWString(const char *str, size_t len, multiByte_) | RWWString | inline |
RWWString(const SubString &str) | RWWString | inline |
RWWString(const ConstSubString &str) | RWWString | inline |
std() | RWWString | |
std() const | RWWString | inline |
strip(stripType st=trailing, wchar_t c=L' ') | RWWString | |
strip(stripType st=trailing, wchar_t c=L' ') const | RWWString | |
stripType enum name | RWWString | |
strXForm(const std::wstring &str) | RWWString | related |
strXForm(const RWWString &str) | RWWString | related |
SubString typedef | RWWString | |
subString(const wchar_t *pat, size_t start=0, caseCompare cmp=exact) | RWWString | |
subString(const wchar_t *pat, size_t start=0, caseCompare cmp=exact) const | RWWString | |
swap(RWWString &str) | RWWString | inline |
toAscii() const | RWWString | |
toLower() | RWWString | inline |
toLower(const RWWString &str) | RWWString | related |
toMultiByte() const | RWWString | |
toUpper() | RWWString | inline |
toUpper(const RWWString &str) | RWWString | related |
trailing enum value | RWWString |
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |