cbase 1.46.11
C/C++ Static Template
Loading...
Searching...
No Matches
TestNode Struct Reference

Dummy node used for testing intrusive linked list macros. More...

Collaboration diagram for TestNode:

Public Attributes

struct TestNodenext
struct TestNodeprev
int val

Detailed Description

Dummy node used for testing intrusive linked list macros.

Definition at line 8 of file test_base.c.

Member Data Documentation

◆ next

struct TestNode* TestNode::next

Pointer to the next node in the list.

Definition at line 9 of file test_base.c.

◆ prev

struct TestNode* TestNode::prev

Pointer to the previous node in the list.

Definition at line 10 of file test_base.c.

◆ val

int TestNode::val

Payload value to verify data integrity.

Definition at line 11 of file test_base.c.


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