TracktionEngine
Public Attributes | List of all members
tracktion::graph::NodeAndID Struct Reference

A Node and its ID cached for quick lookup (without having to traverse the graph). More...

Public Attributes

Nodenode = nullptr
 
size_t id = 0
 

Detailed Description

A Node and its ID cached for quick lookup (without having to traverse the graph).

Member Data Documentation

◆ node

Node* tracktion::graph::NodeAndID::node = nullptr

◆ id

size_t tracktion::graph::NodeAndID::id = 0

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