diff -r 92e482410453 -r d345541018fa docs/api-2.1/structUcxTestList.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structUcxTestList.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,130 @@ + + +
+ + + + ++ |
+ ucx
+
+ UAP Common Extensions
+ |
+
Structure for the internal list of test cases. + More...
+ +#include <test.h>
+Data Fields | |
UcxTest | test |
Test case. More... | |
UcxTestList * | next |
Pointer to the next list element. More... | |
Structure for the internal list of test cases.
+UcxTestList* UcxTestList::next | +
Pointer to the next list element.
+ +UcxTest UcxTestList::test | +
Test case.
+ +