This is the complete list of members for ON_String, including all inherited members.
Append(const char *, int) | ON_String | |
Append(const unsigned char *, int) | ON_String | |
AppendToArray(const ON_String &) | ON_String | protected |
AppendToArray(int, const char *) | ON_String | protected |
AppendToArray(int, const unsigned char *) | ON_String | protected |
ApproximateFromNumber(double d) | ON_String | static |
Array() | ON_String | |
Array() const | ON_String | |
Backslash | ON_String | static |
Backspace | ON_String | static |
CarriageReturn | ON_String | static |
Compare(const ON_String &other_string, const class ON_Locale &locale, bool bIgnoreCase) const | ON_String | |
Compare(const char *other_string, const class ON_Locale &locale, bool bIgnoreCase) const | ON_String | |
Compare(const char *string1, const char *string2, const class ON_Locale &locale, bool bIgnoreCase) | ON_String | static |
Compare(const char *string1, int element_count1, const char *string2, int element_count2, const class ON_Locale &locale, bool bIgnoreCase) | ON_String | static |
CompareAttributeName(const char *other_name) const | ON_String | |
CompareAttributeName(const char *name1, const char *name2) | ON_String | static |
CompareOrdinal(const ON_String &other_string, bool bIgnoreCase) const | ON_String | |
CompareOrdinal(const char *other_string, bool bIgnoreCase) const | ON_String | |
CompareOrdinal(const char *string1, const char *string2, bool bIgnoreCase) | ON_String | static |
CompareOrdinal(const char *string1, int element_count1, const char *string2, int element_count2, bool bOrdinalIgnoreCase) | ON_String | static |
ComparePath(const char *other_path) const | ON_String | |
ComparePath(const char *path1, const char *path2) | ON_String | static |
ComparePath(const char *path1, int element_count1, const char *path2, int element_count2) | ON_String | static |
ContentHash(ON_StringMapOrdinalType mapping) const | ON_String | |
CopyArray() | ON_String | protected |
CopyToArray(const ON_String &) | ON_String | protected |
CopyToArray(int, const char *) | ON_String | protected |
CopyToArray(int, const unsigned char *) | ON_String | protected |
CopyToArray(int, const wchar_t *) | ON_String | protected |
Create() | ON_String | |
CreateArray(int) | ON_String | protected |
DataCRC(ON__UINT32 current_remainder) const | ON_String | |
Destroy() | ON_String | |
EmergencyDestroy() | ON_String | |
Empty() | ON_String | |
EmptyString | ON_String | static |
EnableReferenceCounting(bool bEnable) | ON_String | |
Equal(const ON_String &other_string, const class ON_Locale &locale, bool bIgnoreCase) const | ON_String | |
Equal(const char *other_string, const class ON_Locale &locale, bool bIgnoreCase) const | ON_String | |
Equal(const char *string1, const char *string2, const class ON_Locale &locale, bool bIgnoreCase) | ON_String | static |
Equal(const char *string1, int element_count1, const char *string2, int element_count2, const class ON_Locale &locale, bool bOrdinalIgnoreCase) | ON_String | static |
EqualAttributeName(const char *other_name) const | ON_String | |
EqualAttributeName(const char *name1, const char *name2) | ON_String | static |
EqualOrdinal(const ON_String &other_string, bool bOrdinalIgnoreCase) const | ON_String | |
EqualOrdinal(const char *other_string, bool bOrdinalIgnoreCase) const | ON_String | |
EqualOrdinal(const char *string1, const char *string2, bool bOrdinalIgnoreCase) | ON_String | static |
EqualOrdinal(const char *string1, int element_count1, const char *string2, int element_count2, bool bOrdinalIgnoreCase) | ON_String | static |
EqualPath(const char *other_path) const | ON_String | |
EqualPath(const char *path1, const char *path2) | ON_String | static |
EqualPath(const char *path1, int element_count1, const char *path2, int element_count2) | ON_String | static |
Escape | ON_String | static |
Find(char utf8_single_byte_c) const | ON_String | |
Find(unsigned char utf8_single_byte_c) const | ON_String | |
Find(const char *) const | ON_String | |
Find(const unsigned char *) const | ON_String | |
Find(const char *, int start_index) const | ON_String | |
Find(const unsigned char *, int start_index) const | ON_String | |
Format(const char *format,...) | ON_String | |
Format(const unsigned char *format,...) | ON_String | |
FormatIntoBuffer(char *buffer, size_t buffer_capacity, const char *format,...) | ON_String | static |
FormatIntoBuffer(ON_StringBuffer &buffer, const char *format,...) | ON_String | static |
FormatToString(const char *format,...) | ON_String | static |
FormatVargs(const char *format, va_list args) | ON_String | |
FormatVargs(const unsigned char *format, va_list args) | ON_String | |
FormatVargsIntoBuffer(char *buffer, size_t buffer_capacity, const char *format, va_list args) | ON_String | static |
FormatVargsIntoBuffer(ON_StringBuffer &buffer, const char *format, va_list args) | ON_String | static |
FormatVargsOutputCount(const char *format, va_list args) | ON_String | static |
FormFeed | ON_String | static |
FromNumber(char n) | ON_String | static |
FromNumber(unsigned char n) | ON_String | static |
FromNumber(short n) | ON_String | static |
FromNumber(unsigned short n) | ON_String | static |
FromNumber(int n) | ON_String | static |
FromNumber(unsigned int n) | ON_String | static |
FromNumber(ON__INT64 n) | ON_String | static |
FromNumber(ON__UINT64 n) | ON_String | static |
FromNumber(double d) | ON_String | static |
GetAt(int) const | ON_String | |
Header() const | ON_String | protected |
HexadecimalFromBytes(const ON__UINT8 *bytes, size_t byte_count, bool bCapitalDigits, bool bReverse) | ON_String | static |
IsEmpty() const | ON_String | |
IsNotEmpty() const | ON_String | |
IsReferenceCounted() const | ON_String | |
Left(int) const | ON_String | |
Length() const | ON_String | |
Length(const char *string) | ON_String | static |
LineFeed | ON_String | static |
m_s | ON_String | protected |
MakeLower() | ON_String | |
MakeLowerOrdinal() | ON_String | |
MakeReverse() | ON_String | |
MakeUpper() | ON_String | |
MakeUpperOrdinal() | ON_String | |
MapCharacterOrdinal(ON_StringMapOrdinalType map_type, char c) | ON_String | static |
MapString(const class ON_Locale &locale, ON_StringMapType map_type) const | ON_String | |
MapString(const class ON_Locale &locale, ON_StringMapType map_type, const char *string, int element_count) | ON_String | static |
MapString(const class ON_Locale &locale, ON_StringMapType map_type, const char *string, int element_count, char *mapped_string, int mapped_string_capacity) | ON_String | static |
MapStringOrdinal(ON_StringMapOrdinalType map_type) const | ON_String | |
MapStringOrdinal(ON_StringMapOrdinalType map_type, const char *string, int element_count, char *mapped_string, int mapped_string_capacity) | ON_String | static |
Mid(int, int) const | ON_String | |
Mid(int) const | ON_String | |
ON_DEPRECATED_MSG("Use CompareOrdinal(), ComparePath(), CompareAttributeName(), or a test that is linguistically apprropriate") int Compare(const char *) const | ON_String | |
ON_DEPRECATED_MSG("Use CompareOrdinal(), ComparePath(), CompareAttributeName(), or a test that is linguistically apprropriate") int Compare(const unsigned char *) const | ON_String | |
ON_DEPRECATED_MSG("Use CompareOrdinal(), ComparePath(), CompareAttributeName(), or a test that is linguistically apprropriate") int CompareNoCase(const char *) const | ON_String | |
ON_DEPRECATED_MSG("Use CompareOrdinal(), ComparePath(), CompareAttributeName(), or a test that is linguistically apprropriate") int CompareNoCase(const unsigned char *) const | ON_String | |
ON_String() ON_NOEXCEPT | ON_String | |
ON_String(const ON_String &) | ON_String | |
ON_String(const char *) | ON_String | |
ON_String(const char *, int) | ON_String | |
ON_String(char, int=1) | ON_String | |
ON_String(const unsigned char *) | ON_String | |
ON_String(const unsigned char *, int) | ON_String | |
ON_String(unsigned char, int=1) | ON_String | |
ON_String(const wchar_t *src) | ON_String | |
ON_String(const wchar_t *src, int length) | ON_String | |
ON_String(const ON_wString &src) | ON_String | |
operator const char *() const | ON_String | |
operator+(const ON_String &) const | ON_String | |
operator+(char) const | ON_String | |
operator+(unsigned char) const | ON_String | |
operator+(const char *) const | ON_String | |
operator+(const unsigned char *) const | ON_String | |
operator+=(const ON_String &) | ON_String | |
operator+=(char) | ON_String | |
operator+=(unsigned char) | ON_String | |
operator+=(const char *) | ON_String | |
operator+=(const unsigned char *) | ON_String | |
operator=(const ON_String &) | ON_String | |
operator=(char) | ON_String | |
operator=(const char *) | ON_String | |
operator=(unsigned char) | ON_String | |
operator=(const unsigned char *) | ON_String | |
operator=(const wchar_t *src) | ON_String | |
operator=(const ON_wString &src) | ON_String | |
operator[](int) | ON_String | |
operator[](int) const | ON_String | |
Pipe | ON_String | static |
PreciseFromNumber(double d) | ON_String | static |
Remove(const char utf8_single_byte_c) | ON_String | |
Replace(const char *token1, const char *token2) | ON_String | |
Replace(const unsigned char *token1, const unsigned char *token2) | ON_String | |
Replace(char utf8_single_byte_c1, char utf8_single_byte_c2) | ON_String | |
Replace(unsigned char utf8_single_byte_c1, unsigned char utf8_single_byte_c2) | ON_String | |
ReserveArray(size_t) | ON_String | |
Reverse() const | ON_String | |
Reverse(char *string, int element_count) | ON_String | static |
ReverseFind(char utf8_single_byte_c) const | ON_String | |
ReverseFind(unsigned char utf8_single_byte_c) const | ON_String | |
ReverseFind(const char *) const | ON_String | |
ReverseFind(const unsigned char *) const | ON_String | |
Right(int) const | ON_String | |
Scan(const char *format,...) | ON_String | |
Scan(const unsigned char *format,...) | ON_String | |
ScanBuffer(const char *buffer, const char *format,...) | ON_String | static |
ScanBuffer(const unsigned char *buffer, const unsigned char *format,...) | ON_String | static |
ScanBufferVargs(const char *buffer, const char *format, va_list args) | ON_String | static |
ScanBufferVargs(const unsigned char *buffer, const unsigned char *format, va_list args) | ON_String | static |
SetAt(int, char) | ON_String | |
SetAt(int, unsigned char) | ON_String | |
SetLength(size_t) | ON_String | |
ShrinkArray() | ON_String | |
SizeOf() const | ON_String | |
Slash | ON_String | static |
Space | ON_String | static |
SplitPath(const char *path, ON_String *drive, ON_String *dir, ON_String *fname, ON_String *ext) | ON_String | static |
Tab | ON_String | static |
ToNumber(const char *buffer, char value_on_failure, char *value) | ON_String | static |
ToNumber(const char *buffer, unsigned char value_on_failure, unsigned char *value) | ON_String | static |
ToNumber(const char *buffer, short value_on_failure, short *value) | ON_String | static |
ToNumber(const char *buffer, unsigned short value_on_failure, unsigned short *value) | ON_String | static |
ToNumber(const char *buffer, int value_on_failure, int *value) | ON_String | static |
ToNumber(const char *buffer, unsigned int value_on_failure, unsigned int *value) | ON_String | static |
ToNumber(const char *buffer, ON__INT64 value_on_failure, ON__INT64 *value) | ON_String | static |
ToNumber(const char *buffer, ON__UINT64 value_on_failure, ON__UINT64 *value) | ON_String | static |
ToNumber(const char *buffer, double value_on_failure, double *value) | ON_String | static |
TrimLeft(const char *=nullptr) | ON_String | |
TrimLeftAndRight(const char *=nullptr) | ON_String | |
TrimRight(const char *=nullptr) | ON_String | |
UnsignedLength() const | ON_String | |
UnsignedLength(const char *string) | ON_String | static |
VerticalTab | ON_String | static |
WildCardMatch(const char *) const | ON_String | |
WildCardMatch(const unsigned char *) const | ON_String | |
WildCardMatchNoCase(const char *) const | ON_String | |
WildCardMatchNoCase(const unsigned char *) const | ON_String | |
~ON_String() | ON_String |