VLC
4.0.0-dev
|
Doubly-linked list node. More...
Data Fields | |
struct vlc_list * | prev |
struct vlc_list * | next |
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.
struct vlc_list* vlc_list::next |
struct vlc_list* vlc_list::prev |