Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Tree_Node< T >::Flags Struct Reference

Public Member Functions

 Flags () noexcept
 

Public Attributes

unsigned int is_root: 1
 
unsigned int is_leaf: 1
 
unsigned int is_leftmost: 1
 
unsigned int is_rightmost: 1
 

Detailed Description

template<class T>
struct Aleph::Tree_Node< T >::Flags

Definition at line 94 of file tpl_tree_node.H.

Constructor & Destructor Documentation

◆ Flags()

template<class T >
Aleph::Tree_Node< T >::Flags::Flags ( )
inlinenoexcept

Definition at line 100 of file tpl_tree_node.H.

Member Data Documentation

◆ is_leaf

template<class T >
unsigned int Aleph::Tree_Node< T >::Flags::is_leaf

◆ is_leftmost

template<class T >
unsigned int Aleph::Tree_Node< T >::Flags::is_leftmost

◆ is_rightmost

template<class T >
unsigned int Aleph::Tree_Node< T >::Flags::is_rightmost

◆ is_root

template<class T >
unsigned int Aleph::Tree_Node< T >::Flags::is_root

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