|
PIP
1.7.1
Platform-Independent Primitives
|
This is the complete list of members for PIString, including all inherited members.
| append(const PIString &str) | PIString | inline |
| contains(const char str) const | PIString | inline |
| contains(const PIChar str) const | PIString | inline |
| contains(const char *str) const | PIString | inline |
| contains(const PIString &str) const | PIString | inline |
| cutLeft(const int len) | PIString | inline |
| cutMid(const int start, const int len) | PIString | |
| cutRight(const int len) | PIString | inline |
| data() const | PIString | inline |
| dataAscii() const | PIString | |
| dataConsole() const | PIString | |
| dataUTF8() const | PIString | |
| endsWith(const PIString &str) const | PIString | |
| expandLeftTo(const int len, const PIChar &c) | PIString | inline |
| expandRightTo(const int len, const PIChar &c) | PIString | inline |
| find(const char str, const int start=0) const | PIString | |
| find(const PIString &str, const int start=0) const | PIString | |
| find(const char *str, const int start=0) const | PIString | inline |
| findCWord(const PIString &word, const int start=0) const | PIString | |
| findLast(const char str, const int start=0) const | PIString | |
| findLast(const PIString &str, const int start=0) const | PIString | |
| findLast(const char *str, const int start=0) const | PIString | inline |
| findRange(const PIChar &start, const PIChar &end, const PIChar &shield='\\', const int start_index=0, int *len=0) const | PIString | |
| findWord(const PIString &word, const int start=0) const | PIString | |
| fromAscii(const char *s) | PIString | static |
| fromBool(const bool value) | PIString | inlinestatic |
| fromCodepage(const char *s, const char *c) | PIString | static |
| fromConsole(const char *s) | PIString | static |
| fromNumber(const short value, int base=10, bool *ok=0) | PIString | inlinestatic |
| fromNumber(const ushort value, int base=10, bool *ok=0) | PIString | inlinestatic |
| fromNumber(const int value, int base=10, bool *ok=0) | PIString | inlinestatic |
| fromNumber(const uint value, int base=10, bool *ok=0) | PIString | inlinestatic |
| fromNumber(const long value, int base=10, bool *ok=0) | PIString | inlinestatic |
| fromNumber(const ulong value, int base=10, bool *ok=0) | PIString | inlinestatic |
| fromNumber(const llong &value, int base=10, bool *ok=0) | PIString | inlinestatic |
| fromNumber(const ullong &value, int base=10, bool *ok=0) | PIString | inlinestatic |
| fromNumber(const float value, char format='f', int precision=8) | PIString | inlinestatic |
| fromNumber(const double &value, char format='f', int precision=8) | PIString | inlinestatic |
| fromNumber(const ldouble &value, char format='f', int precision=8) | PIString | inlinestatic |
| fromSystem(const char *s) | PIString | static |
| fromUTF8(const char *s) | PIString | static |
| fromUTF8(const PIByteArray &ba) | PIString | static |
| inBrackets(const PIChar &start, const PIChar &end) const | PIString | |
| insert(const int index, const PIChar &c) | PIString | inline |
| insert(const int index, const char &c) | PIString | inline |
| insert(const int index, const PIString &str) | PIString | |
| insert(const int index, const char *c) | PIString | inline |
| isEmpty() const | PIString | inline |
| left(const int len) const | PIString | inline |
| length() const | PIString | inline |
| lengthAscii() const | PIString | inline |
| mid(const int start, const int len=-1) const | PIString | |
| operator const char *() | PIString | inline |
| operator!=(const PIString &str) const | PIString | |
| operator!=(const PIChar c) const | PIString | inline |
| operator!=(const char *str) const | PIString | inline |
| operator+(const PIString &str, const PIString &f) | PIString | related |
| operator+(const PIString &f, const char *str) | PIString | related |
| operator+(const char *str, const PIString &f) | PIString | related |
| operator+(const PIString &f, const std::string &str) | PIString | related |
| operator+(const std::string &str, const PIString &f) | PIString | related |
| operator<(const PIString &str) const | PIString | |
| operator<(const PIChar c) const | PIString | inline |
| operator<(const char *str) const | PIString | inline |
| operator<<(const PIString &str) | PIString | inline |
| operator<<(const PIChar &c) | PIString | inline |
| operator<<(const char *str) | PIString | inline |
| operator<<(const wchar_t *str) | PIString | inline |
| operator<<(const int &num) | PIString | inline |
| operator<<(const short &num) | PIString | inline |
| operator<<(const long &num) | PIString | inline |
| operator<<(const float &num) | PIString | inline |
| operator<<(const double &num) | PIString | inline |
| operator<<(std::ostream &s, const PIString &v) | PIString | related |
| operator<=(const PIString &str) const | PIString | inline |
| operator<=(const PIChar c) const | PIString | inline |
| operator<=(const char *str) const | PIString | inline |
| operator==(const PIString &str) const | PIString | |
| operator==(const PIChar c) const | PIString | inline |
| operator==(const char *str) const | PIString | inline |
| operator>(const PIString &str) const | PIString | |
| operator>(const PIChar c) const | PIString | inline |
| operator>(const char *str) const | PIString | inline |
| operator>=(const PIString &str) const | PIString | inline |
| operator>=(const PIChar c) const | PIString | inline |
| operator>=(const char *str) const | PIString | inline |
| operator>>(PIByteArray &s, PIString &v) | PIString | friend |
| operator>>(std::istream &s, PIString &v) | PIString | related |
| operator[](const int pos) const | PIString | inline |
| operator[](const int pos) | PIString | inline |
| PIString() | PIString | inline |
| PIString(const PIChar &c) | PIString | inline |
| PIString(const char *str) | PIString | inline |
| PIString(const wchar_t *str) | PIString | inline |
| PIString(const PIByteArray &ba) | PIString | inline |
| PIString(const PIChar *str, const int len) | PIString | inline |
| PIString(const char *str, const int len) | PIString | inline |
| PIString(const int len, const char c) | PIString | inline |
| PIString(const int len, const PIChar &c) | PIString | inline |
| prepend(const PIString &str) | PIString | inline |
| readableSize(llong bytes) | PIString | static |
| repeat(int times) | PIString | inline |
| repeated(int times) const | PIString | inline |
| replace(const int from, const int count, const PIString &with) | PIString | |
| replace(const PIString &what, const PIString &with, bool *ok=0) | PIString | |
| replaceAll(const PIString &what, const PIString &with) | PIString | |
| replaced(const int from, const int count, const PIString &with) const | PIString | inline |
| replaced(const PIString &what, const PIString &with, bool *ok=0) const | PIString | inline |
| reverse() | PIString | inline |
| reversed() const | PIString | inline |
| right(const int len) const | PIString | inline |
| setNumber(const short value, int base=10, bool *ok=0) | PIString | inline |
| setNumber(const ushort value, int base=10, bool *ok=0) | PIString | inline |
| setNumber(const int value, int base=10, bool *ok=0) | PIString | inline |
| setNumber(const uint value, int base=10, bool *ok=0) | PIString | inline |
| setNumber(const long value, int base=10, bool *ok=0) | PIString | inline |
| setNumber(const ulong value, int base=10, bool *ok=0) | PIString | inline |
| setNumber(const llong &value, int base=10, bool *ok=0) | PIString | inline |
| setNumber(const ullong &value, int base=10, bool *ok=0) | PIString | inline |
| setNumber(const float value, char format='f', int precision=8) | PIString | inline |
| setNumber(const double &value, char format='f', int precision=8) | PIString | inline |
| setNumber(const ldouble &value, char format='f', int precision=8) | PIString | inline |
| setReadableSize(llong bytes) | PIString | |
| split(const PIString &delim) const | PIString | |
| startsWith(const PIString &str) const | PIString | |
| takeCWord() | PIString | |
| takeLeft(const int len) | PIString | inline |
| takeLine() | PIString | |
| takeMid(const int start, const int len=-1) | PIString | inline |
| takeNumber() | PIString | |
| takeRange(const PIChar &start, const PIChar &end, const PIChar &shield='\\') | PIString | |
| takeRight(const int len) | PIString | inline |
| takeSymbol() | PIString | |
| takeWord() | PIString | |
| toBool() const | PIString | |
| toByteArray() const | PIString | inline |
| toChar() const | PIString | |
| toCharset(const char *c) const | PIString | |
| toDouble() const | PIString | |
| toFloat() const | PIString | |
| toInt(int base=-1, bool *ok=0) const | PIString | inline |
| toLDouble() const | PIString | |
| toLLong(int base=-1, bool *ok=0) const | PIString | inline |
| toLong(int base=-1, bool *ok=0) const | PIString | inline |
| toLowerCase() const | PIString | |
| toShort(int base=-1, bool *ok=0) const | PIString | inline |
| toUInt(int base=-1, bool *ok=0) const | PIString | inline |
| toULLong(int base=-1, bool *ok=0) const | PIString | inline |
| toULong(int base=-1, bool *ok=0) const | PIString | inline |
| toUpperCase() const | PIString | |
| toUShort(int base=-1, bool *ok=0) const | PIString | inline |
| toUTF8() const | PIString | |
| trim() | PIString | |
| trimmed() const | PIString |