MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
input_buffer (uint s) | |
input_buffer (uint s, const byte *t, uint len) | |
void | allocate (uint s) |
byte * | get_buffer () const |
void | add_size (uint i) |
uint | get_capacity () const |
uint | get_current () const |
uint | get_size () const |
uint | get_remaining () const |
void | set_current (uint i) |
const byte & | operator[] (uint i) |
bool | eof () |
byte | peek () const |
void | assign (const byte *t, uint s) |
void | read (byte *dst, uint length) |
Public Member Functions inherited from yaSSL::NoCheck | |
void | check (uint, uint) |
Definition at line 63 of file buffer.hpp.