33#include <NDEVR/BaseValues.h>
40 explicit TreeIterator(
uint04 start_index)
43 node_stack[0] = start_index;
47 return node_stack[m_depth];
51 return m_depth != 255;
61 void addAndGoToIndex(
uint04 index)
63 node_stack[++m_depth] = index;
67 node_stack[++m_depth] = index_b;
68 node_stack[++m_depth] = index_a;
73 const uint04 end = size + start;
74 for(
uint04 i = start; i < end; i++)
75 node_stack[++m_depth] = i;
The primary namespace for the NDEVR SDK.
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
uint8_t uint01
-Defines an alias representing a 1 byte, unsigned integer -Can represent exact integer values 0 throu...