diff -r 92e482410453 -r d345541018fa docs/api-2.1/structucx__regdestr.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structucx__regdestr.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,128 @@ + + + + + + + +ucx: ucx_regdestr Struct Reference + + + + + + + + + +
+
+ + + + + + + +
+
ucx +
+
UAP Common Extensions
+
+
+ + + + + + + + +
+
+ + +
+ +
+ +
+
+
+Data Fields
+
+
ucx_regdestr Struct Reference
+
+
+ +

Capsule for data and its destructor. + More...

+ + + + + + + + +

+Data Fields

ucx_destructor destructor
 The destructor for the data. More...
 
void * ptr
 A pointer to the data. More...
 
+

Detailed Description

+

Capsule for data and its destructor.

+

Field Documentation

+ +

◆ destructor

+ +
+
+ + + + +
ucx_destructor ucx_regdestr::destructor
+
+ +

The destructor for the data.

+ +
+
+ +

◆ ptr

+ +
+
+ + + + +
void* ucx_regdestr::ptr
+
+ +

A pointer to the data.

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