libamxc  1.10.3
C Generic Data Containers
_amxc_llist_it Struct Reference

The linked list iterator structure. More...

#include <amxc_llist.h>

Collaboration diagram for _amxc_llist_it:

Data Fields

struct _amxc_llist_itnext
 
struct _amxc_llist_itprev
 
struct _amxc_llistllist
 

Detailed Description

The linked list iterator structure.

Definition at line 215 of file amxc_llist.h.

Field Documentation

◆ llist

struct _amxc_llist* _amxc_llist_it::llist

Pointer to the linked list

Definition at line 220 of file amxc_llist.h.

◆ next

struct _amxc_llist_it* _amxc_llist_it::next

Pointer to the next item in the linked list

Definition at line 216 of file amxc_llist.h.

◆ prev

struct _amxc_llist_it* _amxc_llist_it::prev

Pointer to the previous item in the linked list

Definition at line 218 of file amxc_llist.h.


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