| Allocate(u32 size, bool keep=true) | PLMString | |
| Append(char c) | PLMString | [inline] |
| Append(const char *str) | PLMString | [inline] |
| Append(const PLMString &str) | PLMString | [inline] |
| ChangeText(const char *newtext, u32 start=0, u32 nb=PLM::INDEX_ERROR) | PLMString | |
| Char(u32 index) const | PLMString | [inline] |
| Clear() | PLMString | [inline] |
| Compare(const char *s2, bool case_s=true, u32 nb=PLM::INDEX_ERROR, u32 start=0) const | PLMString | |
| Compare(const PLMString &s2, bool case_s=true, u32 nb=PLM::INDEX_ERROR, u32 start=0) const | PLMString | [inline] |
| Delete(u32 index, u32 nb=1) | PLMString | |
| Fill(char c, u32 start=0, u32 nb=PLM::INDEX_ERROR) | PLMString | |
| Find(char c, u32 start=0, bool case_s=true) const | PLMString | |
| Find(const char *str, u32 start=0, bool case_s=true) const | PLMString | |
| Find(const PLMString &str, u32 start=0, bool case_s=true) const | PLMString | |
| Format(const char *format,...) | PLMString | |
| Insert(char c, u32 index) | PLMString | |
| Insert(const char *str, u32 index) | PLMString | |
| Insert(const PLMString &str, u32 index) | PLMString | [inline] |
| IsEmpty() const | PLMString | [inline] |
| KillWord(u32 start) | PLMString | |
| Length() const | PLMString | [inline] |
| LowerCase() | PLMString | |
| MakeFilename() | PLMString | |
| Obfuscate() | PLMString | |
| operator!=(const char *str) | PLMString | [inline] |
| operator!=(const PLMString &str) (defined in PLMString) | PLMString | [inline] |
| operator+(const PLMString &s1, const PLMString &s2) | PLMString | [friend] |
| operator+(const PLMString &s1, const char *s2) | PLMString | [friend] |
| operator+(const char *s1, const PLMString &s2) | PLMString | [friend] |
| operator+(const PLMString &s1, char c) | PLMString | [friend] |
| operator+(char c, const PLMString &s1) | PLMString | [friend] |
| operator+=(char c) | PLMString | |
| operator+=(const PLMString &str) | PLMString | |
| operator+=(const char *str) | PLMString | |
| operator<<(ostream &os, const PLMString &str) | PLMString | [friend] |
| operator=(const PLMString &str) | PLMString | |
| operator=(const char *str) | PLMString | |
| operator==(const char *str) | PLMString | [inline] |
| operator==(const PLMString &str) (defined in PLMString) | PLMString | [inline] |
| operator[](u32 index) const | PLMString | [inline] |
| PLMString(const char *txt=0) | PLMString | |
| PLMString(u32 size, const char *txt=0) | PLMString | |
| PLMString(const PLMString &cp) | PLMString | |
| PrintInfo() const | PLMString | |
| Replace(char a, char b) | PLMString | |
| RFind(char c, u32 start=PLM::INDEX_ERROR, bool case_s=true) const | PLMString | |
| RFind(const char *str, u32 start=PLM::INDEX_ERROR, bool case_s=true) const | PLMString | |
| RFind(const PLMString &str, u32 start=PLM::INDEX_ERROR, bool case_s=true) const | PLMString | |
| SetChar(u32 index, char c) | PLMString | [inline] |
| Size() const | PLMString | [inline] |
| size_increment enum value (defined in PLMString) | PLMString | |
| StringCopy(const char *str, u32 start=0, u32 nb=PLM::INDEX_ERROR) | PLMString | [static] |
| Text() const | PLMString | [inline] |
| Truncate(u32 index) | PLMString | [inline] |
| UpperCase() | PLMString | |
| ~PLMString() (defined in PLMString) | PLMString | |