Foxit PDF Conversion SDK
|
This is the complete list of members for CFX_ByteString, including all inherited members.
CFX_ByteString() | CFX_ByteString | inline |
CFX_ByteString(const CFX_ByteString &str) | CFX_ByteString | |
CFX_ByteString(char ch) | CFX_ByteString | explicit |
CFX_ByteString(FX_LPCSTR ptr, FX_STRSIZE len=-1) | CFX_ByteString | |
CFX_ByteString(FX_LPCBYTE ptr, FX_STRSIZE len) | CFX_ByteString | |
CFX_ByteString(FX_BSTR bstrc) | CFX_ByteString | |
CFX_ByteString(FX_BSTR bstrc1, FX_BSTR bstrc2) | CFX_ByteString | |
Compare(FX_BSTR str) const | CFX_ByteString | |
ConvertFrom(const CFX_WideString &str, CFX_CharMap *pCharMap=NULL) | CFX_ByteString | |
Delete(FX_STRSIZE index, FX_STRSIZE count=1) | CFX_ByteString | |
Empty() | CFX_ByteString | |
Equal(FX_BSTR str) const | CFX_ByteString | |
EqualNoCase(FX_BSTR str) const | CFX_ByteString | |
Find(FX_BSTR lpszSub, FX_STRSIZE start=0) const | CFX_ByteString | |
Find(FX_CHAR ch, FX_STRSIZE start=0) const | CFX_ByteString | |
Format(FX_LPCSTR lpszFormat,...) | CFX_ByteString | |
FormatFloat(FX_FLOAT f, int precision=0) | CFX_ByteString | static |
FormatInteger(FX_INT32 i, FX_DWORD flags=0) | CFX_ByteString | static |
FormatV(FX_LPCSTR lpszFormat, va_list argList) | CFX_ByteString | |
FromUnicode(FX_LPCWSTR ptr, FX_STRSIZE len=-1) | CFX_ByteString | static |
FromUnicode(const CFX_WideString &str) | CFX_ByteString | static |
GetAt(FX_STRSIZE nIndex) const | CFX_ByteString | inline |
GetBuffer(FX_STRSIZE len) | CFX_ByteString | |
GetID(FX_STRSIZE start_pos=0) const | CFX_ByteString | |
GetLength() const | CFX_ByteString | inline |
Insert(FX_STRSIZE index, FX_CHAR ch) | CFX_ByteString | |
IsEmpty() const | CFX_ByteString | inline |
Left(FX_STRSIZE count) const | CFX_ByteString | |
Load(FX_LPCBYTE str, FX_STRSIZE len) | CFX_ByteString | |
LoadFromFile(FX_BSTR file_path) | CFX_ByteString | static |
LockBuffer() | CFX_ByteString | |
MakeLower() | CFX_ByteString | |
MakeUpper() | CFX_ByteString | |
Mid(FX_STRSIZE first) const | CFX_ByteString | |
Mid(FX_STRSIZE first, FX_STRSIZE count) const | CFX_ByteString | |
operator !=(FX_LPCSTR str) const | CFX_ByteString | inline |
operator !=(FX_BSTR str) const | CFX_ByteString | inline |
operator !=(const CFX_ByteString &str) const | CFX_ByteString | inline |
operator FX_LPCBYTE() const | CFX_ByteString | inline |
operator FX_LPCSTR() const | CFX_ByteString | inline |
operator+=(FX_CHAR ch) | CFX_ByteString | |
operator+=(FX_LPCSTR str) | CFX_ByteString | |
operator+=(const CFX_ByteString &str) | CFX_ByteString | |
operator+=(FX_BSTR bstrc) | CFX_ByteString | |
operator<(const CFX_ByteString &rhs) const | CFX_ByteString | |
operator=(FX_LPCSTR str) | CFX_ByteString | |
operator=(FX_BSTR bstrc) | CFX_ByteString | |
operator=(const CFX_ByteString &stringSrc) | CFX_ByteString | |
operator=(const CFX_BinaryBuf &buf) | CFX_ByteString | |
operator==(FX_LPCSTR str) const | CFX_ByteString | inline |
operator==(FX_BSTR str) const | CFX_ByteString | inline |
operator==(const CFX_ByteString &str) const | CFX_ByteString | |
operator[](FX_STRSIZE nIndex) const | CFX_ByteString | inline |
ReleaseBuffer(FX_STRSIZE len=-1) | CFX_ByteString | |
Remove(FX_CHAR ch) | CFX_ByteString | |
Replace(FX_BSTR lpszOld, FX_BSTR lpszNew) | CFX_ByteString | |
Reserve(FX_STRSIZE len) | CFX_ByteString | |
ReverseFind(FX_CHAR ch) const | CFX_ByteString | |
Right(FX_STRSIZE count) const | CFX_ByteString | |
SetAt(FX_STRSIZE nIndex, FX_CHAR ch) | CFX_ByteString | |
TrimLeft() | CFX_ByteString | |
TrimLeft(FX_CHAR chTarget) | CFX_ByteString | |
TrimLeft(FX_BSTR lpszTargets) | CFX_ByteString | |
TrimRight() | CFX_ByteString | |
TrimRight(FX_CHAR chTarget) | CFX_ByteString | |
TrimRight(FX_BSTR lpszTargets) | CFX_ByteString | |
UTF8Decode() const | CFX_ByteString | |
~CFX_ByteString() | CFX_ByteString |