This is the complete list of members for IlString, including all inherited members.
caseCompare(const IlString &string, int start1=0, int end1=-1, int start2=0, int end2=-1) const | IlString | |
catenate(const IlString &string, int start=0, int end=-1) | IlString | |
compare(const IlString &string, int start1=0, int end1=-1, int start2=0, int end2=-1) const | IlString | |
copyValue() const | IlString | |
endsWith(const IlString &suffix, int start=0, int end=-1) const | IlString | |
equals(const IlString &string, int start1=0, int end1=-1, int start2=0, int end2=-1) const | IlString | |
getIndexOf(const IlString &subString, int start=0, int subStart=0, int subEnd=-1) const | IlString | |
getLastIndexOf(const IlString &subString, int end=-1, int subStart=0, int subEnd=-1) const | IlString | |
getLength() const | IlString | |
getSize() const | IlString | |
getSubString(int start=0, int end=-1) const | IlString | |
getTextSize() const | IlString | |
getValue() const | IlString | |
IlString(const char *cstring=0, int length=-1) | IlString | |
IlString(const IlString &string) | IlString | |
IlString(int value, const char *format=DefaultIntegerFormat) | IlString | explicit |
IlString(unsigned int value, const char *format=DefaultUnsignedIntegerFormat) | IlString | explicit |
IlString(short value, const char *format=DefaultShortFormat) | IlString | explicit |
IlString(unsigned short value, const char *format=DefaultUnsignedShortFormat) | IlString | explicit |
IlString(long value, const char *format=DefaultLongFormat) | IlString | explicit |
IlString(unsigned long value, const char *format=DefaultUnsignedLongFormat) | IlString | explicit |
IlString(float value, const char *format=DefaultFloatFormat) | IlString | explicit |
IlString(double value, const char *format=DefaultDoubleFormat) | IlString | explicit |
insert(const IlString &string, int position=0, int start=0, int end=-1) | IlString | |
isBlank() const | IlString | |
isEmpty() const | IlString | |
matches(const IlString &pattern, int stringStart=0, int stringEnd=-1, int patternStart=0, int patternEnd=-1) const | IlString | |
operator const char *() const | IlString | |
operator!() const | IlString | |
operator!=(const IlString &string) const | IlString | |
operator+=(const IlString &string) | IlString | |
operator<(const IlString &string) const | IlString | |
operator<=(const IlString &string) const | IlString | |
operator=(const IlString &string) | IlString | |
operator=(const char *str) | IlString | |
operator==(const IlString &string) const | IlString | |
operator>(const IlString &string) const | IlString | |
operator>=(const IlString &string) const | IlString | |
prepend(const IlString &string, int start=0, int end=-1) | IlString | |
readQuoted(std::istream &istr) | IlString | |
remove(int start=0, int end=-1) | IlString | |
remove(const IlString &removed, int start=0, int end=-1) | IlString | |
replace(const IlString &replacement, int start=0, int end=-1, int subStart=0, int subEnd=-1) | IlString | |
startsWith(const IlString &prefix, int start=0, int end=-1) const | IlString | |
substitute(const IlString &target, const IlString &replacement, int start=0, int end=-1, int targetStart=0, int targetEnd=-1, int replacementStart=0, int replacementEnd=-1) | IlString | |
toLower() | IlString | |
toUpper() | IlString | |
writeQuoted(std::ostream &ostr) const | IlString |