PIP
0.4.0_beta2
Platform-Independent Primitives
|
This is the complete list of members for PIString, including all inherited members.
append(const PIString &str) | 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 | |
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 |
find(const string 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 |
findLast(const string str, const int start=0) const | PIString | inline |
findWord(const PIString &word, const int start=0) const | PIString | |
fromBool(const bool value) | PIString | inlinestatic |
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) | PIString | inlinestatic |
fromNumber(const double &value) | PIString | inlinestatic |
fromNumber(const ldouble &value) | PIString | inlinestatic |
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 | |
mid(const int start, const int len=-1) const | PIString | |
operator const char *() | PIString | inline |
operator const string() | PIString | inline |
operator!=(const PIString &str) const | PIString | |
operator!=(const PIChar c) const | PIString | inline |
operator!=(const char *str) const | PIString | inline |
operator!=(const string &str) const | PIString | inline |
operator+(const PIString &str, const PIString &f) | PIString | related |
operator+(const PIString &f, const char *str) | PIString | related |
operator+(const PIString &f, const string &str) | PIString | related |
operator+(const char *str, const PIString &f) | PIString | related |
operator+(const 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 string &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 string &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 string &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 string &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 string &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>=(const string &str) const | PIString | inline |
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 string &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 | inlinestatic |
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) | PIString | inline |
setNumber(const double &value) | PIString | inline |
setNumber(const ldouble &value) | PIString | inline |
setReadableSize(llong bytes) | PIString | |
split(const PIString &delim) const | PIString | |
startsWith(const PIString &str) const | PIString | |
stdString() const | PIString | inline |
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 | inline |
toByteArray() const | PIString | inline |
toChar() const | PIString | |
toDouble() const | PIString | inline |
toFloat() const | PIString | inline |
toInt(int base=-1, bool *ok=0) const | PIString | inline |
toLDouble() const | PIString | inline |
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 |
trim() | PIString | |
trimmed() const | PIString |