reldb 0.1.0
Recreational SQLite
Loading...
Searching...
No Matches
InputBuffer Struct Reference

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

Detailed Description

A structure to hold dynamically allocated string input data.

Definition at line 24 of file inputbuffer.h.

Member Data Documentation

◆ buffer

char* InputBuffer::buffer

Pointer to the underlying character array.

Definition at line 27 of file inputbuffer.h.

◆ buffer_length

size_t InputBuffer::buffer_length

The total allocated size of the buffer in memory.

Definition at line 25 of file inputbuffer.h.

◆ input_length

ssize_t InputBuffer::input_length

The actual number of characters read into the buffer.

Definition at line 26 of file inputbuffer.h.


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