MGE General C Library - API Documentation v1.8.4
Library of general C functions.
Loading...
Searching...
No Matches
dllistnode Struct Reference

Doubly linked list node. More...

#include <dllist.h>

Collaboration diagram for dllistnode:

Data Fields

void * object
 The object attached to the node.
 
struct dllistnodeprevnode
 The preceding node.
 
struct dllistnodenextnode
 The subsequent node.
 

Detailed Description

Doubly linked list node.

Field Documentation

◆ nextnode

struct dllistnode* nextnode

The subsequent node.

◆ object

void* object

The object attached to the node.

◆ prevnode

struct dllistnode* prevnode

The preceding node.


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