Shortcuts

Struct Freelist::Node

Nested Relationships

This struct is a nested type of Class Freelist.

Struct Documentation

struct ripple::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.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples