Modestus Moon OS  R4
CS 450 project
s_ll_node Struct Reference

struct for a node of the linked list More...

#include <linked_list>

Collaboration diagram for s_ll_node:

Data Fields

void * data
 
node_tnext
 
node_tprev
 

Detailed Description

struct for a node of the linked list

See also
s_ll
linked_list.h

Definition at line 46 of file linked_list.h.

Field Documentation

void* s_ll_node::data

Definition at line 48 of file linked_list.h.

node_t* s_ll_node::next

Definition at line 49 of file linked_list.h.

node_t* s_ll_node::prev

Definition at line 50 of file linked_list.h.


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