Public Attributes | List of all members
uavcan::AvlTree< T >::Node Struct Reference

#include <avl_tree.hpp>

Public Attributes

T * data = UAVCAN_NULLPTR
 
Nodeequal_keys = UAVCAN_NULLPTR
 
int16_t h = 1
 
Nodeleft = UAVCAN_NULLPTR
 
Noderight = UAVCAN_NULLPTR
 

Detailed Description

template<typename T>
struct uavcan::AvlTree< T >::Node

Definition at line 25 of file avl_tree.hpp.

Member Data Documentation

◆ data

template<typename T >
T* uavcan::AvlTree< T >::Node::data = UAVCAN_NULLPTR

Definition at line 26 of file avl_tree.hpp.

◆ equal_keys

template<typename T >
Node* uavcan::AvlTree< T >::Node::equal_keys = UAVCAN_NULLPTR

Definition at line 30 of file avl_tree.hpp.

◆ h

template<typename T >
int16_t uavcan::AvlTree< T >::Node::h = 1

Definition at line 27 of file avl_tree.hpp.

◆ left

template<typename T >
Node* uavcan::AvlTree< T >::Node::left = UAVCAN_NULLPTR

Definition at line 28 of file avl_tree.hpp.

◆ right

template<typename T >
Node* uavcan::AvlTree< T >::Node::right = UAVCAN_NULLPTR

Definition at line 29 of file avl_tree.hpp.


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


uavcan_communicator
Author(s):
autogenerated on Fri Dec 13 2024 03:10:04