Photon C++ Client API: Member List

Photon C++ Client API

Photon C++ Client API  4.1.12.2
JString Member List

This is the complete list of members for JString, including all inherited members.

ANSIRepresentation(void) constJString
capacity(void) constJString
charAt(unsigned int index) constJString
compareTo(const JString &anotherString) constJString
concat(const JString &str)JString
cstr(void) constJString
deleteChars(unsigned int start, unsigned int length) constJString
endsWith(const JString &suffix) constJString
ensureCapacity(unsigned int minCapacity)JString
equals(const JString &anotherString) constJString
equalsIgnoreCase(const JString &anotherString) constJString
indexOf(char ch) constJString
indexOf(char ch, unsigned int fromIndex) constJString
indexOf(EG_CHAR ch) constJString
indexOf(EG_CHAR ch, unsigned int fromIndex) constJString
indexOf(const JString &str) constJString
indexOf(const JString &str, unsigned int fromIndex) constJString
JString(unsigned int bufferlen=0)JStringexplicit
JString(const char *Value)JString
JString(const EG_CHAR *Value)JString
JString(const JString &Value)JString
JString(const UTF8String &Value)JString
JString(const ANSIString &Value)JString
lastIndexOf(char ch) constJString
lastIndexOf(char ch, unsigned int fromIndex) constJString
lastIndexOf(EG_CHAR ch) constJString
lastIndexOf(EG_CHAR ch, unsigned int fromIndex) constJString
lastIndexOf(const JString &str) constJString
lastIndexOf(const JString &str, unsigned int fromIndex) constJString
length(void) constJString
operator const EG_CHAR *(void) constJString
operator!=(const JString &Rhs) constJString
operator!=(const JString &Lsh, const Etype &Rsh)JStringrelated
operator!=(const Etype &Lsh, const JString &Rsh)JStringrelated
operator+(const JString &Lsh, const Etype &Rsh)JStringrelated
operator+(const Etype &Lsh, const JString &Rsh)JStringrelated
operator+(const JString &Lsh, const JString &Rsh)JStringrelated
operator+=(const JString &Rhs)JString
operator+=(const Etype &Rhs)JString
operator<(const JString &Rhs) constJString
operator<(const JString &Lsh, const Etype &Rsh)JStringrelated
operator<(const Etype &Lsh, const JString &Rsh)JStringrelated
operator<<(::std::basic_ostream< _Elem, _Traits > &stream, const JString &string)JStringrelated
operator<=(const JString &Rhs) constJString
operator<=(const JString &Lsh, const Etype &Rsh)JStringrelated
operator<=(const Etype &Lsh, const JString &Rsh)JStringrelated
operator=(const JString &Rhs)JString
operator=(const char *Rhs)JString
operator=(const EG_CHAR *Rhs)JString
operator=(const UTF8String &Rhs)JString
operator=(const ANSIString &Rhs)JString
operator=(char Rhs)JString
operator=(signed char Rhs)JString
operator=(unsigned char Rhs)JString
operator=(EG_CHAR Rhs)JString
operator=(short aNum)JString
operator=(unsigned short aNum)JString
operator=(int aNum)JString
operator=(unsigned int aNum)JString
operator=(long aNum)JString
operator=(unsigned long aNum)JString
operator=(long long aNum)JString
operator=(unsigned long long aNum)JString
operator=(float aNum)JString
operator=(double aNum)JString
operator=(long double aNum)JString
operator=(bool aBool)JString
operator==(const JString &Rhs) constJString
operator==(const JString &Lsh, const Etype &Rsh)JStringrelated
operator==(const Etype &Lsh, const JString &Rsh)JStringrelated
operator>(const JString &Rhs) constJString
operator>(const JString &Lsh, const Etype &Rsh)JStringrelated
operator>(const Etype &Lsh, const JString &Rsh)JStringrelated
operator>=(const JString &Rhs) constJString
operator>=(const JString &Lsh, const Etype &Rsh)JStringrelated
operator>=(const Etype &Lsh, const JString &Rsh)JStringrelated
operator[](unsigned int Index) constJString
operator[](unsigned int Index)JString
replace(char oldChar, char newChar) constJString
replace(EG_CHAR oldChar, EG_CHAR newChar) constJString
replace(const JString &match, const JString &replacement) constJString
startsWith(const JString &prefix) constJString
startsWith(const JString &prefix, unsigned int offset) constJString
substring(unsigned int beginIndex) constJString
substring(unsigned int beginIndex, unsigned int endIndex) constJString
toInt(void) constJString
toLowerCase(void) constJString
toString(JString &retStr, bool withTypes=false) constJStringvirtual
ExitGames::Common::ToString::toString(bool withTypes=false) constToString
toUpperCase(void) constJString
trim(void)JString
typeToString(void) constToStringvirtual
UTF8Representation(void) constJString
~JString(void)JString
~ToString(void)ToStringvirtual