Electroneum
addredge Struct Reference

#include <addrtree.h>

Collaboration diagram for addredge:

Public Attributes

addrkey_tstr
 
addrlen_t len
 
struct addrnodenode
 
struct addrnodeparent_node
 
int parent_index
 

Detailed Description

Definition at line 108 of file addrtree.h.

Member Data Documentation

◆ len

addrlen_t addredge::len

length in bits of str

Definition at line 112 of file addrtree.h.

◆ node

struct addrnode* addredge::node

child node this edge is connected to

Definition at line 114 of file addrtree.h.

◆ parent_index

int addredge::parent_index

Index of this edge in parent_node

Definition at line 118 of file addrtree.h.

◆ parent_node

struct addrnode* addredge::parent_node

Parent node this ege is connected to

Definition at line 116 of file addrtree.h.

◆ str

addrkey_t* addredge::str

address of connected node

Definition at line 110 of file addrtree.h.


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