plibsys 0.0.5
PList_ Struct Reference

Node for a singly linked list. More...

#include <plist.h>

Data Fields

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

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: