Go to the source code of this file.
|
typedef struct ctb_DNode | ctb_DNode_t |
| Doubly linked node type.
|
|
◆ ctb_DNode_getNext()
Returns the next node.
- Parameters
-
self | Pointer to a doubly linked node |
- Returns
- Pointer to the next node
◆ ctb_DNode_getPrev()
Returns the previous node.
- Parameters
-
self | Pointer to a doubly linked node |
- Returns
- Pointer to the previous node
◆ ctb_DNode_init()
Initializes a doubly linked node.
- Parameters
-
self | Pointer to a doubly linked node |
- Returns
- Pointer to the initialized doubly linked node