diff -r 92e482410453 -r d345541018fa docs/api-2.1/structUcxBuffer.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structUcxBuffer.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,193 @@ + + + + + + + +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: +
+ + + +