INET Framework for OMNeT++/OMNEST
inet::it_recursion_node Struct Reference

Class describes the information needed when we take the right branch in searching for intervals but possibly come back and check the left branch as well. More...

#include <IntervalTree.h>

Public Attributes

IntervalTreeNodestart_node = nullptr
 
unsigned int parent_index = 0
 
bool try_right_branch = false
 

Detailed Description

Class describes the information needed when we take the right branch in searching for intervals but possibly come back and check the left branch as well.

Member Data Documentation

unsigned int inet::it_recursion_node::parent_index = 0
IntervalTreeNode* inet::it_recursion_node::start_node = nullptr
bool inet::it_recursion_node::try_right_branch = false

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