NeoMutt  2023-05-17-56-ga67199
Teaching an old dog new tricks
DOXYGEN
Buffer Struct Reference

String manipulation buffer. More...

#include "buffer.h"

Data Fields

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

Detailed Description

String manipulation buffer.

Definition at line 33 of file buffer.h.

Field Documentation

◆ data

char* Buffer::data

Pointer to data.

Definition at line 35 of file buffer.h.

◆ dptr

char* Buffer::dptr

Current read/write position.

Definition at line 36 of file buffer.h.

◆ dsize

size_t Buffer::dsize

Length of data.

Definition at line 37 of file buffer.h.


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