Objectively
Ultra-lightweight object oriented framework for GNU C.
Loading...
Searching...
No Matches
ListNode Struct Reference

#include <List.h>

Overview

A node in a List.

Definition at line 49 of file List.h.

Properties

ident element
 
ListNodenext
 
ListNodeprev
 

Property Details

◆ element

ident ListNode::element

Definition at line 50 of file List.h.

◆ next

ListNode* ListNode::next

Definition at line 52 of file List.h.

◆ prev

ListNode* ListNode::prev

Definition at line 51 of file List.h.


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