| _string | mstring::MString | [protected] |
| append(const char *str, const char *sep=MString::NL) | mstring::MString | |
| at(const char *str, int n=1) const | mstring::MString | |
| boolean(bool val, bool yesNo=false, const MBoolStrings *format=NULL) | mstring::MString | [static] |
| BOOLLOCALES | mstring::MString | [protected, static] |
| boolToString(bool val, bool yesNo=false, const MBoolStrings *format=NULL) | mstring::MString | |
| calcWidth() const | mstring::MString | [protected, virtual] |
| caseLower() const | mstring::MString | |
| caseUpper() const | mstring::MString | |
| clear() | mstring::MString | |
| constructIndent(uint width) const | mstring::MString | [protected, virtual] |
| delString() | mstring::MString | [protected] |
| endsWith(const char *str) const | mstring::MString | |
| find(const char *str, int pos=0) const | mstring::MString | |
| get() const | mstring::MString | |
| initClass() | mstring::MString | [protected] |
| isEmpty() const | mstring::MString | |
| left(uint len) const | mstring::MString | |
| len() const | mstring::MString | |
| mid(uint start, uint len=0xffffffff) const | mstring::MString | |
| MString() | mstring::MString | |
| MString(const char *str) | mstring::MString | |
| MString(const MString &str) | mstring::MString | |
| MString(char c, uint len) | mstring::MString | |
| MString(const char *str, uint n) | mstring::MString | |
| newString(uint len) | mstring::MString | [protected] |
| NL | mstring::MString | [static] |
| number(int val, int width=-1, char fillChar= ' ', NumericFormat format=DefaultFormat, NumericBase base=Dec) | mstring::MString | [static] |
| number(uint val, int width=-1, char fillChar= ' ', NumericFormat format=DefaultFormat, NumericBase base=Dec) | mstring::MString | [static] |
| number(long val, int width=-1, char fillChar= ' ', NumericFormat format=DefaultFormat, NumericBase base=Dec) | mstring::MString | [static] |
| number(ulong val, int width=-1, char fillChar= ' ', NumericFormat format=DefaultFormat, NumericBase base=Dec) | mstring::MString | [static] |
| number(float val, int precision=-1, int width=-1, char fillChar= ' ', NumericFormat format=DefaultFormat) | mstring::MString | [static] |
| number(double val, int precision=-1, int width=-1, char fillChar= ' ', NumericFormat format=DefaultFormat) | mstring::MString | [static] |
| occurs(const char *str) const | mstring::MString | |
| operator *(uint n) const | mstring::MString | |
| operator *=(uint n) | mstring::MString | |
| operator const char *() const | mstring::MString | |
| operator!=(const char *str) const | mstring::MString | |
| operator()(int start, int end) const | mstring::MString | |
| operator+(const char *str) const | mstring::MString | |
| operator+(const MString &str) const | mstring::MString | |
| operator+=(const char *str) | mstring::MString | |
| operator+=(const MString &str) | mstring::MString | |
| operator<(const char *str) const | mstring::MString | |
| operator<=(const char *str) const | mstring::MString | |
| operator=(const char *str) | mstring::MString | |
| operator=(const MString &str) | mstring::MString | |
| operator==(const char *str) const | mstring::MString | |
| operator>(const char *str) const | mstring::MString | |
| operator>=(const char *str) const | mstring::MString | |
| operator[](int pos) const | mstring::MString | |
| operator[](int pos) | mstring::MString | |
| padCenter(uint len, char c= ' ') const | mstring::MString | |
| padLeft(uint len, char c= ' ') const | mstring::MString | |
| padRight(uint len, char c= ' ') const | mstring::MString | |
| replace(const char *str, const char *byStr) | mstring::MString | |
| right(uint len) const | mstring::MString | |
| section(const char *sep, int n) const | mstring::MString | |
| setNumLocale(bool on=true) | mstring::MString | [static] |
| setTimeLocale(bool on=true) | mstring::MString | [static] |
| split(const char *sep, bool ignoreEmpty=false) const | mstring::MString | |
| startsWith(const char *str) const | mstring::MString | |
| stringLen | mstring::MString | [mutable, protected] |
| time(time_t val, TimeFormat which=Date_Time, const MTimeStrings *format=NULL) | mstring::MString | [static] |
| TIMELOCALES | mstring::MString | [protected, static] |
| timeToString(time_t val, TimeFormat which=Date_Time, const MTimeStrings *format=NULL) | mstring::MString | |
| toBool(const MBoolStrings *format=NULL) const | mstring::MString | |
| toDouble() const | mstring::MString | |
| toInt(NumericBase base=Dec) const | mstring::MString | |
| toLong(NumericBase base=Dec) const | mstring::MString | |
| toString(int val, int width=-1, char fillChar= ' ', NumericFormat format=DefaultFormat, NumericBase base=Dec) | mstring::MString | |
| toString(uint val, int width=-1, char fillChar= ' ', NumericFormat format=DefaultFormat, NumericBase base=Dec) | mstring::MString | |
| toString(long val, int width=-1, char fillChar= ' ', NumericFormat format=DefaultFormat, NumericBase base=Dec) | mstring::MString | |
| toString(ulong val, int width=-1, char fillChar= ' ', NumericFormat format=DefaultFormat, NumericBase base=Dec) | mstring::MString | |
| toString(float val, int precision=-1, int width=-1, char fillChar= ' ', NumericFormat format=DefaultFormat) | mstring::MString | |
| toString(double val, int precision=-1, int width=-1, char fillChar= ' ', NumericFormat format=DefaultFormat) | mstring::MString | |
| toTime(TimeFormat which=Date_Time, const MTimeStrings *format=NULL) const | mstring::MString | |
| toUInt(NumericBase base=Dec) const | mstring::MString | |
| toULong(NumericBase base=Dec) const | mstring::MString | |
| trimAll(const char c= '\0') const | mstring::MString | |
| trimLeft(const char c= '\0') const | mstring::MString | |
| trimRight(const char c= '\0') const | mstring::MString | |
| version(bool verbose=true) | mstring::MString | [static] |
| wrap(uint width, uint indent=0, bool hanging=false) const | mstring::MString | |
| ~MString() | mstring::MString | [virtual] |