|
reldb 0.1.0
Recreational SQLite
|
A structure to hold dynamically allocated string input data. More...
#include <inputbuffer.h>
Public Attributes | |
| size_t | buffer_length |
| ssize_t | input_length |
| char * | buffer |
A structure to hold dynamically allocated string input data.
Definition at line 24 of file inputbuffer.h.
| char* InputBuffer::buffer |
Pointer to the underlying character array.
Definition at line 27 of file inputbuffer.h.
| size_t InputBuffer::buffer_length |
The total allocated size of the buffer in memory.
Definition at line 25 of file inputbuffer.h.
| ssize_t InputBuffer::input_length |
The actual number of characters read into the buffer.
Definition at line 26 of file inputbuffer.h.