Public Member Functions | Public Attributes | List of all members
Entry Struct Reference

Public Member Functions

bool operator< (const Entry &other) const
 
bool operator== (const Entry &other) const
 
bool operator> (const Entry &other) const
 

Public Attributes

int key
 
int payload
 

Detailed Description

Definition at line 12 of file avl_tree.cpp.

Member Function Documentation

◆ operator<()

bool Entry::operator< ( const Entry other) const
inline

Definition at line 16 of file avl_tree.cpp.

◆ operator==()

bool Entry::operator== ( const Entry other) const
inline

Definition at line 24 of file avl_tree.cpp.

◆ operator>()

bool Entry::operator> ( const Entry other) const
inline

Definition at line 20 of file avl_tree.cpp.

Member Data Documentation

◆ key

int Entry::key

Definition at line 13 of file avl_tree.cpp.

◆ payload

int Entry::payload

Definition at line 14 of file avl_tree.cpp.


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


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