xbmc
|
This is the complete list of members for NPT_String, including all inherited members.
Append(const char *chars, NPT_Size size) (defined in NPT_String) | NPT_String | |
Append(const char *s) (defined in NPT_String) | NPT_String | inline |
Assign(const char *chars, NPT_Size size) (defined in NPT_String) | NPT_String | |
Buffer (defined in NPT_String) | NPT_String | friend |
Compare(const char *s, bool ignore_case=false) const (defined in NPT_String) | NPT_String | |
Compare(const char *s1, const char *s2, bool ignore_case=false) (defined in NPT_String) | NPT_String | static |
CompareN(const char *s, NPT_Size count, bool ignore_case=false) const (defined in NPT_String) | NPT_String | |
CompareN(const char *s1, const char *s2, NPT_Size count, bool ignore_case=false) (defined in NPT_String) | NPT_String | static |
EndsWith(const char *s, bool ignore_case=false) const (defined in NPT_String) | NPT_String | |
Erase(NPT_Ordinal start, NPT_Cardinal count=1) (defined in NPT_String) | NPT_String | |
Find(char c, NPT_Ordinal start=0, bool ignore_case=false) const (defined in NPT_String) | NPT_String | |
Find(const char *s, NPT_Ordinal start=0, bool ignore_case=false) const (defined in NPT_String) | NPT_String | |
FindAny(const char *s, NPT_Ordinal start, bool ignore_case=false) const (defined in NPT_String) | NPT_String | |
Format(const char *format,...) (defined in NPT_String) | NPT_String | static |
FromInteger(NPT_Int64 value) (defined in NPT_String) | NPT_String | static |
FromIntegerU(NPT_UInt64 value) (defined in NPT_String) | NPT_String | static |
GetCapacity() const (defined in NPT_String) | NPT_String | inline |
GetChars() const (defined in NPT_String) | NPT_String | inline |
GetHash32() const (defined in NPT_String) | NPT_String | |
GetHash64() const (defined in NPT_String) | NPT_String | |
GetLength() const (defined in NPT_String) | NPT_String | inline |
Insert(const char *s, NPT_Ordinal where=0) (defined in NPT_String) | NPT_String | |
IsEmpty() const (defined in NPT_String) | NPT_String | inline |
Join(NPT_List< NPT_String > &args, const char *separator) (defined in NPT_String) | NPT_String | static |
Left(NPT_Size length) const (defined in NPT_String) | NPT_String | inline |
m_Chars (defined in NPT_String) | NPT_String | protected |
MakeLowercase() (defined in NPT_String) | NPT_String | |
MakeUppercase() (defined in NPT_String) | NPT_String | |
NPT_String(const NPT_String &str) (defined in NPT_String) | NPT_String | |
NPT_String(const char *str) (defined in NPT_String) | NPT_String | |
NPT_String(const char *str, NPT_Size length) (defined in NPT_String) | NPT_String | |
NPT_String(char c, NPT_Cardinal repeat=1) (defined in NPT_String) | NPT_String | |
NPT_String() (defined in NPT_String) | NPT_String | inline |
operator char *() const (defined in NPT_String) | NPT_String | inline |
operator const char *() const (defined in NPT_String) | NPT_String | inline |
operator+ (defined in NPT_String) | NPT_String | friend |
operator+ (defined in NPT_String) | NPT_String | friend |
operator+ (defined in NPT_String) | NPT_String | friend |
operator+ (defined in NPT_String) | NPT_String | friend |
operator+ (defined in NPT_String) | NPT_String | friend |
operator+=(const NPT_String &s) (defined in NPT_String) | NPT_String | inline |
operator+=(const char *s) (defined in NPT_String) | NPT_String | inline |
operator+=(char c) (defined in NPT_String) | NPT_String | inline |
operator=(const char *str) (defined in NPT_String) | NPT_String | |
operator=(const NPT_String &str) (defined in NPT_String) | NPT_String | |
operator=(char c) (defined in NPT_String) | NPT_String | |
operator[](int index) const (defined in NPT_String) | NPT_String | inline |
operator[](int index) (defined in NPT_String) | NPT_String | inline |
Replace(char a, char b) (defined in NPT_String) | NPT_String | |
Replace(char a, const char *b) (defined in NPT_String) | NPT_String | |
Replace(const char *before, const char *after) (defined in NPT_String) | NPT_String | |
Reserve(NPT_Size length) (defined in NPT_String) | NPT_String | |
ReverseFind(char c, NPT_Ordinal start=0, bool ignore_case=false) const (defined in NPT_String) | NPT_String | |
ReverseFind(const char *s, NPT_Ordinal start=0, bool ignore_case=false) const (defined in NPT_String) | NPT_String | |
Right(NPT_Size length) const (defined in NPT_String) | NPT_String | inline |
SetLength(NPT_Size length, bool pad=false) (defined in NPT_String) | NPT_String | |
Split(const char *separator) const (defined in NPT_String) | NPT_String | |
SplitAny(const char *separator) const (defined in NPT_String) | NPT_String | |
StartsWith(const char *s, bool ignore_case=false) const (defined in NPT_String) | NPT_String | |
SubString(NPT_Ordinal first, NPT_Size length) const (defined in NPT_String) | NPT_String | |
SubString(NPT_Ordinal first) const (defined in NPT_String) | NPT_String | inline |
ToFloat(float &value, bool relaxed=true) const (defined in NPT_String) | NPT_String | |
ToInteger(int &value, bool relaxed=true) const (defined in NPT_String) | NPT_String | |
ToInteger(unsigned int &value, bool relaxed=true) const (defined in NPT_String) | NPT_String | |
ToInteger(long &value, bool relaxed=true) const (defined in NPT_String) | NPT_String | |
ToInteger(unsigned long &value, bool relaxed=true) const (defined in NPT_String) | NPT_String | |
ToInteger32(NPT_Int32 &value, bool relaxed=true) const (defined in NPT_String) | NPT_String | |
ToInteger32(NPT_UInt32 &value, bool relaxed=true) const (defined in NPT_String) | NPT_String | |
ToInteger64(NPT_Int64 &value, bool relaxed=true) const (defined in NPT_String) | NPT_String | |
ToInteger64(NPT_UInt64 &value, bool relaxed=true) const (defined in NPT_String) | NPT_String | |
ToLowercase() const (defined in NPT_String) | NPT_String | |
ToUppercase() const (defined in NPT_String) | NPT_String | |
Trim() (defined in NPT_String) | NPT_String | |
Trim(char c) (defined in NPT_String) | NPT_String | |
Trim(const char *chars) (defined in NPT_String) | NPT_String | |
TrimLeft() (defined in NPT_String) | NPT_String | |
TrimLeft(char c) (defined in NPT_String) | NPT_String | |
TrimLeft(const char *chars) (defined in NPT_String) | NPT_String | |
TrimRight() (defined in NPT_String) | NPT_String | |
TrimRight(char c) (defined in NPT_String) | NPT_String | |
TrimRight(const char *chars) (defined in NPT_String) | NPT_String | |
UseChars() (defined in NPT_String) | NPT_String | inline |
~NPT_String() (defined in NPT_String) | NPT_String | inline |