libstd v0.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
VectorNode Struct Reference

Node structure representing an element in the vector. More...

#include <vector.h>

Collaboration diagram for VectorNode:
Collaboration graph
[legend]

Public Attributes

void * data
 
struct VectorNodenext
 

Detailed Description

Node structure representing an element in the vector.

Member Data Documentation

◆ data

void* VectorNode::data

Pointer to the stored element data.

◆ next

struct VectorNode* VectorNode::next

Pointer to the next node in the sequence.


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