VLC 4.0.0-dev
Loading...
Searching...
No Matches

Doubly-linked list node. More...

#include <vlc_list.h>

Collaboration diagram for vlc_list:
[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

◆ prev


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