|
The SWORD Project
1.9.0.svnversion
|
This is the complete list of members for SWBuf, including all inherited members.
| allocSize | SWBuf | private |
| append(const char *str, long max=-1) | SWBuf | inline |
| append(const SWBuf &str, long max=-1) | SWBuf | inline |
| append(char ch) | SWBuf | inline |
| append(const unsigned char ch) | SWBuf | inline |
| append(wchar_t wch) | SWBuf | inline |
| appendFormatted(const char *format,...) | SWBuf | |
| assureMore(size_t pastEnd) | SWBuf | inlineprivate |
| assureSize(size_t checkSize) | SWBuf | inlineprivate |
| buf | SWBuf | private |
| c_str() const | SWBuf | inline |
| charAt(unsigned long pos) | SWBuf | inline |
| charAt(unsigned long pos) const | SWBuf | inline |
| charAtGuarded(unsigned long pos) | SWBuf | inline |
| compare(const SWBuf &other) const | SWBuf | inline |
| compare(const char *other) const | SWBuf | inline |
| end | SWBuf | private |
| endAlloc | SWBuf | private |
| endsWith(const SWBuf &postfix) const | SWBuf | inline |
| endsWith(const char *postfix) const | SWBuf | inline |
| fillByte | SWBuf | private |
| getFillByte() | SWBuf | inline |
| getRawData() | SWBuf | inline |
| indexOf(const SWBuf &needle) const | SWBuf | inline |
| init(size_t initSize) | SWBuf | inlineprivate |
| insert(unsigned long pos, const char *str, unsigned long start=0, signed long max=-1) | SWBuf | |
| insert(unsigned long pos, const SWBuf &str, unsigned long start=0, signed long max=-1) | SWBuf | inline |
| insert(unsigned long pos, char c) | SWBuf | inline |
| length() const | SWBuf | inline |
| nullStr | SWBuf | static |
| operator const char *() const | SWBuf | inline |
| operator!=(const SWBuf &other) const | SWBuf | inline |
| operator!=(const char *other) const | SWBuf | inline |
| operator+(const SWBuf &other) const | SWBuf | inline |
| operator+(char ch) const | SWBuf | inline |
| operator+=(const char *str) | SWBuf | inline |
| operator+=(char ch) | SWBuf | inline |
| operator--(int) | SWBuf | inline |
| operator-=(unsigned long len) | SWBuf | inline |
| operator<(const SWBuf &other) const | SWBuf | inline |
| operator<(const char *other) const | SWBuf | inline |
| operator<<(unsigned long n) | SWBuf | inline |
| operator<=(const SWBuf &other) const | SWBuf | inline |
| operator<=(const char *other) const | SWBuf | inline |
| operator=(const char *newVal) | SWBuf | inline |
| operator=(const SWBuf &other) | SWBuf | inline |
| operator==(const SWBuf &other) const | SWBuf | inline |
| operator==(const char *other) const | SWBuf | inline |
| operator>(const SWBuf &other) const | SWBuf | inline |
| operator>(const char *other) const | SWBuf | inline |
| operator>=(const SWBuf &other) const | SWBuf | inline |
| operator>=(const char *other) const | SWBuf | inline |
| operator>>(unsigned long n) | SWBuf | inline |
| operator[](unsigned long pos) | SWBuf | inline |
| operator[](long pos) | SWBuf | inline |
| operator[](unsigned int pos) | SWBuf | inline |
| operator[](int pos) | SWBuf | inline |
| operator[](unsigned long pos) const | SWBuf | inline |
| operator[](long pos) const | SWBuf | inline |
| operator[](unsigned int pos) const | SWBuf | inline |
| operator[](int pos) const | SWBuf | inline |
| replaceBytes(const char *targets, char newByte) | SWBuf | inline |
| resize(unsigned long len) | SWBuf | inline |
| set(const SWBuf &newVal) | SWBuf | inline |
| set(const char *newVal, unsigned long maxSize=0) | SWBuf | inline |
| setFillByte(char ch) | SWBuf | inline |
| setFormatted(const char *format,...) | SWBuf | |
| setFormattedVA(const char *format, va_list argptr) | SWBuf | |
| setSize(unsigned long len) | SWBuf | inline |
| size() const | SWBuf | inline |
| size(unsigned long newSize) | SWBuf | inline |
| startsWith(const SWBuf &prefix) const | SWBuf | inline |
| startsWith(const char *prefix) const | SWBuf | inline |
| stripPrefix(char separator, bool endOfStringAsSeparator=false) | SWBuf | inline |
| SWBuf() | SWBuf | inline |
| SWBuf(const char *initVal, unsigned long initSize=0) | SWBuf | inline |
| SWBuf(const SWBuf &other, unsigned long initSize=0) | SWBuf | inline |
| SWBuf(char initVal, unsigned long initSize=0) | SWBuf | inline |
| toLower() | SWBuf | |
| toUpper() | SWBuf | |
| trim() | SWBuf | inline |
| trimEnd() | SWBuf | inline |
| trimStart() | SWBuf | inline |
| ~SWBuf() | SWBuf | inline |