NeoMutt  2024-02-01-35-geee02f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Buffer Struct Reference

String manipulation buffer. More...

#include "buffer.h"

Data Fields

char * data
 Pointer to data.
 
char * dptr
 Current read/write position.
 
size_t dsize
 Length of data.
 

Detailed Description

String manipulation buffer.

Definition at line 35 of file buffer.h.

Field Documentation

◆ data

char* Buffer::data

Pointer to data.

Definition at line 37 of file buffer.h.

◆ dptr

char* Buffer::dptr

Current read/write position.

Definition at line 38 of file buffer.h.

◆ dsize

size_t Buffer::dsize

Length of data.

Definition at line 39 of file buffer.h.


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