![]() |
PIP 5.5.3
Platform-Independent Primitives
|
Полный список членов класса PIConstChars, включая наследуемые из базового класса
| at(size_t index) const | PIConstChars | inline |
| contains(char c) const | PIConstChars | |
| cutLeft(const int len) | PIConstChars | |
| cutRight(const int len) | PIConstChars | |
| data() const | PIConstChars | inline |
| endsWith(const PIConstChars &str) const | PIConstChars | |
| endsWith(const char c) const | PIConstChars | |
| hash() const | PIConstChars | inline |
| isEmpty() const | PIConstChars | inline |
| isNotEmpty() const | PIConstChars | inline |
| isNull() const | PIConstChars | inline |
| left(const int len) const | PIConstChars | |
| length() const | PIConstChars | inline |
| mid(const int start, const int len=-1) const | PIConstChars | |
| operator!=(const PIConstChars &s) const | PIConstChars | inline |
| operator<(const PIConstChars &s) const | PIConstChars | inline |
| operator=(const PIConstChars &s) | PIConstChars | inline |
| operator=(PIConstChars &&s) | PIConstChars | inline |
| operator=(const char *s) | PIConstChars | inline |
| operator==(const PIConstChars &s) const | PIConstChars | inline |
| operator>(const PIConstChars &s) const | PIConstChars | inline |
| operator[](size_t index) const | PIConstChars | inline |
| PIConstChars() | PIConstChars | inline |
| PIConstChars(const char *string) | PIConstChars | inline |
| PIConstChars(const char *data, size_t size) | PIConstChars | inline |
| PIConstChars(const PIConstChars &o) | PIConstChars | inline |
| right(const int len) const | PIConstChars | |
| size() const | PIConstChars | inline |
| size_s() const | PIConstChars | inline |
| startsWith(const PIConstChars &str) const | PIConstChars | |
| startsWith(const char c) const | PIConstChars | |
| takeLeft(const int len) | PIConstChars | |
| takeRight(const int len) | PIConstChars | |
| toString() const | PIConstChars | |
| trim() | PIConstChars | |
| trimmed() const | PIConstChars | inline |