|
3ds Max C++ API Reference
|
This is the complete list of members for WStr, including all inherited members.
| aligned_free(void *ptr) | MaxHeapOperators | static |
| aligned_malloc(size_t size, size_t alignment) | MaxHeapOperators | static |
| aligned_realloc(void *ptr, size_t size, size_t alignment) | MaxHeapOperators | static |
| AllocatedChars() const | WStr | |
| append(const WStr &ws) | WStr | inline |
| Append(const WStr &ws) | WStr | inline |
| ByteCount() const | WStr | |
| data() const | WStr | |
| dataForWrite(size_t nchars=(size_t) -1) | WStr | |
| EndsWith(const WStr &s, bool caseSensitive=true) | WStr | |
| EndsWith(wchar_t c, bool caseSensitive=true) | WStr | |
| first(wchar_t c) const | WStr | |
| FromACP(const char *string, size_t length=(size_t) -1) | WStr | static |
| FromBSTR(const wchar_t *string, size_t length=(size_t) -1) | WStr | static |
| FromCP(UINT cp, const char *string, size_t length=(size_t) -1) | WStr | static |
| FromCStr(const CStr &string) | WStr | static |
| FromMaxString(MaxSDK::Util::MaxString &string) | WStr | inlinestatic |
| FromMCHAR(const wchar_t *string, size_t length=(size_t) -1) | WStr | inlinestatic |
| FromMSTR(const WStr &string) | WStr | inlinestatic |
| FromOLESTR(const wchar_t *string, size_t length=(size_t) -1) | WStr | static |
| FromUTF16(const wchar_t *string, size_t length=(size_t) -1) | WStr | static |
| FromUTF32(const unsigned int *string, size_t length=(size_t) -1) | WStr | static |
| FromUTF8(const char *string, size_t length=(size_t) -1) | WStr | static |
| FromWStr(const WStr &string) | WStr | inlinestatic |
| isNull() const | WStr | inline |
| LanguageCharacterCount() const | WStr | |
| last(wchar_t c) const | WStr | |
| Length() const | WStr | |
| length() const | WStr | inline |
| MultiByteCharacterSubString(int firstCharacterIndex, int numberOfMBCharacters) const | WStr | |
| NumberOfLines() const | WStr | |
| operator const wchar_t *() const | WStr | |
| operator delete(void *ptr) | MaxHeapOperators | static |
| operator delete(void *ptr, const std::nothrow_t &e) | MaxHeapOperators | static |
| operator delete(void *ptr, const char *filename, int line) | MaxHeapOperators | static |
| operator delete(void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | static |
| operator delete(void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
| operator delete(void *ptr, unsigned long flags) | MaxHeapOperators | static |
| operator delete(void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
| operator delete(void *ptr, void *placement_ptr) | MaxHeapOperators | static |
| operator delete[](void *ptr) | MaxHeapOperators | static |
| operator delete[](void *ptr, const std::nothrow_t &e) | MaxHeapOperators | static |
| operator delete[](void *ptr, const char *filename, int line) | MaxHeapOperators | static |
| operator delete[](void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | static |
| operator delete[](void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
| operator delete[](void *ptr, unsigned long flags) | MaxHeapOperators | static |
| operator delete[](void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
| operator new(size_t size) | MaxHeapOperators | static |
| operator new(size_t size, const std::nothrow_t &e) | MaxHeapOperators | static |
| operator new(size_t size, const char *filename, int line) | MaxHeapOperators | static |
| operator new(size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | static |
| operator new(size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
| operator new(size_t size, unsigned long flags) | MaxHeapOperators | static |
| operator new(size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
| operator new(size_t size, void *placement_ptr) | MaxHeapOperators | static |
| operator new[](size_t size) | MaxHeapOperators | static |
| operator new[](size_t size, const std::nothrow_t &e) | MaxHeapOperators | static |
| operator new[](size_t size, const char *filename, int line) | MaxHeapOperators | static |
| operator new[](size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | static |
| operator new[](size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
| operator new[](size_t size, unsigned long flags) | MaxHeapOperators | static |
| operator new[](size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
| operator QString() const | WStr | |
| operator!=(const WStr &ws) const | WStr | |
| operator!=(wchar_t c) const | WStr | |
| operator+(const WStr &ws) const | WStr | |
| operator+=(const WStr &ws) | WStr | |
| operator<(const WStr &ws) const | WStr | |
| operator<=(const WStr &ws) const | WStr | |
| operator=(const WStr &ws) | WStr | |
| operator=(const MaxSDK::Util::MaxString &mstr) | WStr | |
| operator=(const wchar_t *wcstr) | WStr | |
| operator=(const MaxSDK::Util::MaxStringCast< WCHAR > &mstr) | WStr | |
| operator==(const WStr &ws) const | WStr | |
| operator==(wchar_t c) const | WStr | |
| operator>(const WStr &ws) const | WStr | |
| operator>=(const WStr &ws) const | WStr | |
| operator[](int i) const | WStr | |
| printf(const wchar_t *format,...) | WStr | |
| printf_l(const wchar_t *format, const _locale_t theLocale,...) | WStr | |
| remove(int pos) | WStr | |
| remove(int pos, int N) | WStr | |
| Replace(const wchar_t *pFind, const wchar_t *pReplaceBy, bool firstOnly=false, size_t startPosition=0) | WStr | |
| Resize(int nchars) | WStr | |
| StartsWith(const WStr &s, bool caseSensitive=true) | WStr | |
| StartsWith(wchar_t c, bool caseSensitive=true) | WStr | |
| Substr(int start, int nchars) const | WStr | |
| ToACP(size_t *length=NULL) const | WStr | |
| ToBSTR() const | WStr | |
| ToCP(UINT cp, size_t *length=NULL) const | WStr | |
| ToCStr() const | WStr | |
| toLower() | WStr | |
| ToMaxString() const | WStr | |
| ToMaxString(MaxSDK::Util::MaxString &) const | WStr | |
| ToMCHAR(size_t *length=NULL) const | WStr | inline |
| ToMSTR() const | WStr | inline |
| ToOLESTR(size_t *length=NULL) const | WStr | |
| toUpper() | WStr | |
| ToUTF16(size_t *length=NULL) const | WStr | |
| ToUTF32(size_t *length=NULL) const | WStr | |
| ToUTF8(size_t *length=NULL) const | WStr | |
| ToWStr() const | WStr | inline |
| vprintf(const wchar_t *format, va_list args) | WStr | |
| vprintf_l(const wchar_t *format, const _locale_t theLocale, va_list args) | WStr | |
| WStr() | WStr | |
| WStr(const wchar_t *wcstr) | WStr | |
| WStr(const WStr &ws) | WStr | |
| WStr(const MaxSDK::Util::MaxString &ws) | WStr | |
| WStr(const MaxSDK::Util::MaxStringCast< WCHAR > &ws) | WStr | |
| WStr(const QString &qstring) | WStr | |
| ~WStr() | WStr |