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

Structure representing a generic linked-list-backed Vector. More...

#include <vector.h>

Collaboration diagram for Vector:
Collaboration graph
[legend]

Public Attributes

VectorNodehead
 
size_t element_size
 
size_t size
 

Detailed Description

Structure representing a generic linked-list-backed Vector.

Member Data Documentation

◆ element_size

size_t Vector::element_size

Memory size (in bytes) of each stored element.

◆ head

VectorNode* Vector::head

Pointer to the head (first) node of the vector.

◆ size

size_t Vector::size

Total number of elements currently in the vector.


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