Drizzled Public API Documentation

drizzled::util::String Class Reference

Public Member Functions

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

Private Attributes

std::vector< char > _bytes

Detailed Description

Definition at line 82 of file string.h.


The documentation for this class was generated from the following file: