| adstring() | adstring | |
| adstring(const adstring &v) | adstring | |
| adstring(const char v) | adstring | |
| adstring(const char *t) | adstring | |
| adstring(const unsigned char v) | adstring | |
| adstring(const unsigned char *t) | adstring | |
| adstring(const size_t lb, const size_t ub) | adstring | |
| adstring(const int size) | adstring | |
| adstring_array class | adstring | friend |
| allocate(const size_t sz) | adstring | private |
| allocate(const char *t) | adstring | |
| buff_size() const | adstring | |
| clist() | clist | inlineprotected |
| clist(const clist &pt) | clist | protected |
| deallocate(void) | adstring | private |
| length(const int &max=1000) const | clist | |
| next | clist | protected |
| operator char *() | adstring | |
| operator const char *() const | adstring | |
| operator const unsigned char *() const | adstring | |
| operator unsigned char *() | adstring | |
| operator!=(const adstring &u) const | adstring | inline |
| operator!=(const char *u) const | adstring | inline |
| operator()(const size_t i) | adstring | |
| operator()(const size_t i) const | adstring | |
| operator()(const size_t i, const size_t j) | adstring | |
| operator()(const size_t i, const size_t j) const | adstring | |
| operator+(const adstring &u, const adstring &v) | adstring | friend |
| operator+(const adstring &u, const unsigned char v) | adstring | friend |
| operator+(const adstring &u, const char v) | adstring | friend |
| operator+(const adstring &u, const unsigned char *v) | adstring | friend |
| operator+(const adstring &u, const char *v) | adstring | friend |
| operator+(const unsigned char *v, const adstring &u) | adstring | friend |
| operator+(const char *v, const adstring &u) | adstring | friend |
| operator+(const unsigned char u, const adstring &v) | adstring | friend |
| operator+=(const adstring &u) | adstring | |
| operator+=(const char u) | adstring | inline |
| operator<<(std::ostream &c, const adstring &t) | adstring | friend |
| operator=(const adstring &t) | adstring | |
| operator=(const char t) | adstring | |
| operator==(const adstring &other) const | adstring | |
| operator==(const char *u) const | adstring | inline |
| operator>>(std::istream &c, adstring &t) | adstring | friend |
| operator[](const size_t i) | adstring | |
| operator[](const size_t i) const | adstring | |
| pos(const adstring &substr) const | adstring | |
| prev() const | clist | protected |
| realloc(const char *t) | adstring | |
| s | adstring | private |
| shape | adstring | private |
| size() const | adstring | |
| str(double x, int minwidth, int decplaces) | adstring | friend |
| str(const int x) | adstring | friend |
| to_lower(void) | adstring | |
| to_lower(adstring &s) | adstring | |
| to_upper(void) | adstring | |
| to_upper(adstring &s) | adstring | |
| val(const adstring &s, int &v, int &code) | adstring | friend |
| val(const adstring &s) | adstring | friend |
| ~adstring() | adstring | |
| ~clist() | clist | |