libamxc
1.10.3
C Generic Data Containers
|
The ring buffer structure. More...
#include <amxc_rbuffer.h>
Data Fields | |
char * | buffer_start |
char * | buffer_end |
char * | read_pos |
char * | write_pos |
The ring buffer structure.
Definition at line 84 of file amxc_rbuffer.h.
char* _amxc_rbuffer::buffer_end |
The end of the buffer
Definition at line 86 of file amxc_rbuffer.h.
char* _amxc_rbuffer::buffer_start |
The beginning of the buffer
Definition at line 85 of file amxc_rbuffer.h.
char* _amxc_rbuffer::read_pos |
Current read position
Definition at line 87 of file amxc_rbuffer.h.
char* _amxc_rbuffer::write_pos |
Current write position
Definition at line 88 of file amxc_rbuffer.h.