MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UtilBuffer Class Reference

Public Member Functions

int reallocate (size_t newsize)
int grow (size_t l)
int append (const void *d, size_t l)
void * append (size_t l)
int assign (const void *d, size_t l)
void clear ()
int length () const
void * get_data () const
bool empty () const
bool equal (const UtilBuffer &cmp) const
int assign (const UtilBuffer &buf)

Detailed Description

Definition at line 28 of file UtilBuffer.hpp.


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