|
typedef T | value_type |
|
typedef T * | pointer |
|
typedef const T * | const_pointer |
|
typedef size_t | size_type |
|
typedef T | value_type |
|
typedef T * | pointer |
|
typedef const T * | const_pointer |
|
typedef size_t | size_type |
|
|
| String (const StringBase< T > &s) |
|
| String (const T *s, size_type n) |
|
| String (const char *s) |
|
| String (const std::string &s) |
|
template<typename X > |
String & | operator= (const X &x) |
|
size_type | size () const |
|
size_type | length () const |
|
pointer | c_str () |
|
const_pointer | c_str () const |
|
StringBase & | operator<< (const Fmt &f) |
|
StringBase & | operator<< (const StringBase &s) |
|
StringBase & | operator<< (const char *s) |
|
StringBase & | operator<< (const std::string &s) |
|
StringBase & | operator<< (const bool &b) |
|
StringBase & | operator<< (const double &d) |
|
StringBase & | operator<< (const void *const ptr) |
|
StringBase & | operator<< (const long long &i) |
|
StringBase & | operator<< (const unsigned long long &i) |
|
StringBase & | operator<< (const int &i) |
|
StringBase & | operator<< (const unsigned int &i) |
|
StringBase & | operator<< (const short &i) |
|
StringBase & | operator<< (const unsigned short &i) |
|
StringBase & | operator<< (const char &c) |
|
StringBase & | operator<< (const unsigned char &c) |
|
template<typename X > |
StringBase & | operator+= (const X &x) |
|
bool | operator== (const StringBase &other) |
|
bool | operator== (const std::string &other) |
|
bool | operator== (const char *s) |
|
template<typename X > |
bool | operator!= (const X &x) |
|
void | clear () |
|
StringBase & | operator= (const StringBase &other) |
|
StringBase & | operator= (const char *const other) |
|
|
void | append_string (const_pointer const s, size_type const n) |
|
template<typename X > |
void | convert (const char *const format, size_type max_len, const X &x) |
|
| StringBase (pointer init_buf) |
|
pointer | str_ |
|
const char * | fmt_ |
|
size_type | size_ |
|
The documentation for this class was generated from the following file:
- /wrkdirs/usr/ports/databases/galera/work/galera-25.3.5-src/galerautils/src/gu_string.hpp