diff -r 7dfa5bcf39ee -r 88a9ee79c102 docs/api-2.1/structUcxBuffer.html --- a/docs/api-2.1/structUcxBuffer.html Wed Jan 22 21:02:46 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,193 +0,0 @@ - - - - - - - -ucx: UcxBuffer Struct Reference - - - - - - - - - -
-
- - - - - - - -
-
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: -
- - - -