|
Electroneum
|
#include <iter_priv.h>

Public Attributes | |
| struct regional * | region |
| rbtree_type | a |
| rbtree_type | n |
Iterator priv structure
Definition at line 55 of file iter_priv.h.
| 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.
| 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.
| struct regional* iter_priv::region |
regional for allocation
Definition at line 57 of file iter_priv.h.