My library
Library for common tasks
Data Fields
node Struct Reference

Node type More...

#include <types.h>

Collaboration diagram for node:
Collaboration graph
[legend]

Data Fields

void * data
 Pointer to the value contained. More...
 
struct nodelinked
 The Node this Node is linked to. More...
 

Detailed Description

Node type

Base component of every linked data type

Note
All the parameters in this structure must be intended as read-only. Manually modifying them can cause unknown and unwanted behavior

Field Documentation

◆ data

void* node::data

Pointer to the value contained.

◆ linked

struct node* node::linked

The Node this Node is linked to.


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