Electroneum
iter_priv Struct Reference

#include <iter_priv.h>

Collaboration diagram for iter_priv:

Public Attributes

struct regionalregion
 
rbtree_type a
 
rbtree_type n
 

Detailed Description

Iterator priv structure

Definition at line 55 of file iter_priv.h.

Member Data Documentation

◆ a

rbtree_type iter_priv::a

Tree of the address spans that are blocked. contents of type addr_tree_node. No further data need, only presence or absence.

Definition at line 63 of file iter_priv.h.

◆ n

rbtree_type iter_priv::n

Tree of the domains spans that are allowed to contain the blocked address spans. contents of type name_tree_node. No further data need, only presence or absence.

Definition at line 70 of file iter_priv.h.

◆ region

struct regional* iter_priv::region

regional for allocation

Definition at line 57 of file iter_priv.h.


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