UCFD_SPARSE  v1.0
Documentation
Loading...
Searching...
No Matches
Node Struct Reference

Node data structure contains data and next node pointer. More...

#include <queue.h>

Collaboration diagram for Node:

Data Fields

int data
 
struct Nodenext
 

Detailed Description

Node data structure contains data and next node pointer.

Definition at line 7 of file queue.h.

Field Documentation

◆ data

int Node::data

Definition at line 8 of file queue.h.

◆ next

struct Node* Node::next

Value

Definition at line 9 of file queue.h.


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