nmsg 1.1.2
Data Fields
nmsg_strbuf_t Struct Reference

String buffer. More...

#include <strbuf.h>

Data Fields

char * pos
 end of string
 
char * data
 buffer for string data
 
size_t bufsz
 size of data allocation
 

Detailed Description

String buffer.

Definition at line 28 of file strbuf.h.

Field Documentation

◆ pos

char* nmsg_strbuf_t::pos

end of string

Definition at line 29 of file strbuf.h.

◆ data

char* nmsg_strbuf_t::data

buffer for string data

Definition at line 30 of file strbuf.h.

◆ bufsz

size_t nmsg_strbuf_t::bufsz

size of data allocation

Definition at line 31 of file strbuf.h.


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