AKOS  v1.0.0
Documentation
Loading...
Searching...
No Matches
list_t Struct Reference

Doubly-linked list metadata with end sentinel. More...

#include <list.h>

Collaboration diagram for list_t:

Public Attributes

struct list_itemcurr_item_ptr
struct list_item end_item
uint16_t num_of_items

Detailed Description

Doubly-linked list metadata with end sentinel.

List container type.

Definition at line 46 of file list.h.

Member Data Documentation

◆ curr_item_ptr

struct list_item* list_t::curr_item_ptr

Iterator cursor for round-robin traversal.

Definition at line 48 of file list.h.

◆ end_item

struct list_item list_t::end_item

End sentinel item.

Definition at line 49 of file list.h.

◆ num_of_items

uint16_t list_t::num_of_items

Number of real items (excluding sentinel).

Definition at line 50 of file list.h.


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