plibsys  0.0.4
Data Fields
PList_ Struct Reference

Node for a singly linked list. More...

#include <plist.h>

Data Fields

ppointer data
 Pointer to the node data. More...
 
PListnext
 Next list node. More...
 

Detailed Description

Node for a singly linked list.

Definition at line 96 of file plist.h.

Field Documentation

◆ data

ppointer PList_::data

Pointer to the node data.

Definition at line 97 of file plist.h.

◆ next

PList* PList_::next

Next list node.

Definition at line 98 of file plist.h.


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