GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Data Fields
gp_dlist_head Struct Reference

A double linked list header. More...

#include <gp_list.h>

Collaboration diagram for gp_dlist_head:
Collaboration graph
[legend]

Data Fields

struct gp_dlist_headnext
 Pointer to next list element.
 
struct gp_dlist_headprev
 Pointer to previous list element.
 

Detailed Description

A double linked list header.

This is embedded in the structures that are going to be inserted into a list.

Definition at line 34 of file gp_list.h.


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