Struct Freelist::Node

Nested Relationships

This struct is a nested type of Class Freelist.

Struct Documentation

struct wrench::Freelist::Node

Simple node type which points to the next element in the list.

Public Members

Node *next = nullptr

The next node in the list.