ucx
UAP Common Extensions
Data Fields
UcxBuffer Struct Reference

UCX Buffer. More...

#include <buffer.h>

Data Fields

char * space
 A pointer to the buffer contents. More...
 
size_t pos
 Current position of the buffer. More...
 
size_t capacity
 Current capacity (i.e. More...
 
size_t size
 Current size of the buffer content. More...
 
int flags
 Flag register for buffer features. More...
 

Detailed Description

UCX Buffer.

Field Documentation

◆ capacity

size_t UcxBuffer::capacity

Current capacity (i.e.

maximum size) of the buffer.

◆ flags

int UcxBuffer::flags

Flag register for buffer features.

See also
UCX_BUFFER_DEFAULT
UCX_BUFFER_AUTOFREE
UCX_BUFFER_AUTOEXTEND

◆ pos

size_t UcxBuffer::pos

Current position of the buffer.

◆ size

size_t UcxBuffer::size

Current size of the buffer content.

◆ space

char* UcxBuffer::space

A pointer to the buffer contents.


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