VLC  4.0.0-dev
Data Fields

Doubly-linked list node. More...

Collaboration diagram for vlc_list:
Collaboration graph
[legend]

Data Fields

struct vlc_listprev
 
struct vlc_listnext
 

Detailed Description

Doubly-linked list node.

This data structure provides a doubly-linked list node. It must be embedded in each member of a list as a node proper. It also serves as a list head in the object containing the list.

Field Documentation

◆ next

struct vlc_list* vlc_list::next

◆ prev

struct vlc_list* vlc_list::prev

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