xbmc
NPT_String Member List

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_Stringinline
Assign(const char *chars, NPT_Size size) (defined in NPT_String)NPT_String
Buffer (defined in NPT_String)NPT_Stringfriend
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_Stringstatic
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_Stringstatic
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_Stringstatic
FromInteger(NPT_Int64 value) (defined in NPT_String)NPT_Stringstatic
FromIntegerU(NPT_UInt64 value) (defined in NPT_String)NPT_Stringstatic
GetCapacity() const (defined in NPT_String)NPT_Stringinline
GetChars() const (defined in NPT_String)NPT_Stringinline
GetHash32() const (defined in NPT_String)NPT_String
GetHash64() const (defined in NPT_String)NPT_String
GetLength() const (defined in NPT_String)NPT_Stringinline
Insert(const char *s, NPT_Ordinal where=0) (defined in NPT_String)NPT_String
IsEmpty() const (defined in NPT_String)NPT_Stringinline
Join(NPT_List< NPT_String > &args, const char *separator) (defined in NPT_String)NPT_Stringstatic
Left(NPT_Size length) const (defined in NPT_String)NPT_Stringinline
m_Chars (defined in NPT_String)NPT_Stringprotected
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_Stringinline
operator char *() const (defined in NPT_String)NPT_Stringinline
operator const char *() const (defined in NPT_String)NPT_Stringinline
operator+ (defined in NPT_String)NPT_Stringfriend
operator+ (defined in NPT_String)NPT_Stringfriend
operator+ (defined in NPT_String)NPT_Stringfriend
operator+ (defined in NPT_String)NPT_Stringfriend
operator+ (defined in NPT_String)NPT_Stringfriend
operator+=(const NPT_String &s) (defined in NPT_String)NPT_Stringinline
operator+=(const char *s) (defined in NPT_String)NPT_Stringinline
operator+=(char c) (defined in NPT_String)NPT_Stringinline
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_Stringinline
operator[](int index) (defined in NPT_String)NPT_Stringinline
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_Stringinline
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_Stringinline
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_Stringinline
~NPT_String() (defined in NPT_String)NPT_Stringinline