|
const char * | data () const |
|
char * | data () |
|
void | assign (const size_t repeat, const char arg) |
|
void | assign (const char *arg, const size_t arg_size) |
|
void | append (const char *arg, const size_t arg_size) |
|
const char & | operator[] (size_t arg) const |
|
char & | operator[] (size_t arg) |
|
void | clear () |
|
size_t | size () const |
|
|
std::vector< char > | _bytes |
|
Definition at line 82 of file string.h.
The documentation for this class was generated from the following file: