CFx SDK Documentation
2023 SP0
|
This is the complete list of members for OdString, including all inherited members.
allocBeforeWrite(int newLength) | OdString | protected |
allocBuffer(int length, bool allocAlways=false) | OdString | protected |
allocCopy(OdString &destString, int copyLength, int copyIndex, int extraLength) const | OdString | protected |
assignCopy(int sourceLength, const OdChar *source) | OdString | protected |
c_str() const | OdString | inline |
compare(const OdChar *otherString) const | OdString | inline |
compare(const OdString &otherString) const | OdString | inline |
compare(const char *otherString) const | OdString | |
concatCopy(int sourceLength1, const OdChar *source1, int sourceLength2, const OdChar *source2) | OdString | protected |
concatInPlace(int sourceLength, const OdChar *source) | OdString | protected |
copyBeforeWrite() | OdString | protected |
deleteChars(int deleteIndex, int count=1) | OdString | |
empty() | OdString | |
find(OdChar searchChar) const | OdString | |
find(OdChar searchChar, int startIndex) const | OdString | |
find(const OdChar *searchString) const | OdString | |
find(const OdChar *searchString, int startIndex) const | OdString | |
findOneOf(const OdChar *charSet) const | OdString | |
format(const OdChar *formatString,...) | OdString | |
formatV(const OdChar *formatString, va_list argList) | OdString | |
freeAnsiString() const | OdString | protected |
freeData(OdStringData *pStringData) | OdString | protectedstatic |
freeExtra() | OdString | |
getAllocLength() const | OdString | inline |
getAnsiString() const | OdString | inlineprotected |
getAt(int charIndex) const | OdString | inline |
getBuffer(int minBufLength) | OdString | |
getBufferSetLength(int length) | OdString | |
getData() const | OdString | inlineprotected |
getLength() const | OdString | inline |
getLengthA() const | OdString | |
iCompare(const OdChar *otherString) const | OdString | inline |
iCompare(const OdString &otherString) const | OdString | inline |
init() | OdString | protected |
insert(int insertIndex, OdChar insertChar) | OdString | |
insert(int insertIndex, const OdChar *insertString) | OdString | |
insert(int insertIndex, const OdString &insertString) | OdString | inline |
isEmpty() const | OdString | inline |
isUnicodeNotInSync() const | OdString | inlineprotected |
kEmpty | OdString | static |
kEmptyData | OdString | protectedstatic |
left(int length) const | OdString | |
lockBuffer() | OdString | |
m_pData | OdString | protected |
makeLower() | OdString | |
makeReverse() | OdString | |
makeUpper() | OdString | |
mid(int startIndex, int length) const | OdString | |
mid(int startIndex) const | OdString | |
OdAnsiString class | OdString | friend |
OdString() | OdString | inline |
OdString(const OdString &source) | OdString | |
OdString(OdChar ch, int length) | OdString | |
OdString(const OdChar *source) | OdString | |
OdString(const OdChar *source, int length) | OdString | |
OdString(const char *lpch, OdCodePageId codepage=CP_CNT) | OdString | |
OdString(const char *lpch, int nLength, OdCodePageId codepage=CP_CNT) | OdString | |
OdString(const OdAnsiString &) | OdString | |
OdString(OdStringData *pData) | OdString | explicitprotected |
operator const char *() const | OdString | |
operator const OdChar *() const | OdString | inline |
operator+(const OdString &string1, const OdString &string2) | OdString | friend |
operator+(const OdString &string, OdChar ch) | OdString | friend |
operator+(OdChar ch, const OdString &string) | OdString | friend |
operator+(const OdString &string1, const OdChar *string2) | OdString | friend |
operator+(const OdChar *string1, const OdString &string2) | OdString | friend |
operator+=(const OdString &string) | OdString | |
operator+=(OdChar ch) | OdString | |
operator+=(const OdChar *string) | OdString | |
operator+=(const char *string) | OdString | |
operator=(const OdString &source) | OdString | |
operator=(OdChar ch) | OdString | |
operator=(const OdChar *source) | OdString | |
operator=(const OdAnsiString &source) | OdString | |
operator=(const char *source) | OdString | |
operator[](int charIndex) const | OdString | inline |
release() | OdString | protected |
release(OdStringData *pStringData) | OdString | protectedstatic |
releaseBuffer(int newLength=-1) | OdString | |
remove(OdChar chRemove) | OdString | |
replace(OdChar oldChar, OdChar newChar) | OdString | |
replace(const OdChar *oldString, const OdChar *newString) | OdString | |
replace(const OdString &oldString, const OdString &newString) | OdString | inline |
reverseFind(OdChar searchChar) const | OdString | |
reverseFind(OdChar searchChar, int startIndex) const | OdString | |
right(int length) const | OdString | |
safeStrlen(const OdChar *string) | OdString | inlineprotectedstatic |
setAt(int charIndex, OdChar ch) | OdString | |
spanExcluding(const OdChar *charSet) const | OdString | |
spanExcluding(const OdString &charSet) const | OdString | inline |
spanIncluding(const OdChar *charSet) const | OdString | |
spanIncluding(const OdString &charSet) const | OdString | inline |
syncUnicode() const | OdString | protected |
trimLeft() | OdString | |
trimLeft(OdChar whiteChar) | OdString | |
trimLeft(const OdChar *whiteChars) | OdString | |
trimLeft(const OdString &whiteChars) | OdString | inline |
trimRight() | OdString | |
trimRight(OdChar whiteChar) | OdString | |
trimRight(const OdChar *whiteChars) | OdString | |
trimRight(const OdString &whiteChars) | OdString | inline |
unlockBuffer() | OdString | |
~OdString() | OdString |