#include <txtbuf.h>
Public Attributes | |
size_t | tb_size |
size_t | tb_head |
size_t | tb_tail |
char * | tb_text |
Text buffer structure
size_t txtbuf::tb_head |
Text buffer head pointer
size_t txtbuf::tb_size |
Text buffer fixed size
size_t txtbuf::tb_tail |
Text buffer tail pointer
char* txtbuf::tb_text |
Text buffer data