OpenSDN source code
Patricia::Node Class Reference

#include <patricia.h>

Collaboration diagram for Patricia::Node:

Public Member Functions

 Node ()
 

Public Attributes

Nodeleft_
 
Noderight_
 
bool intnode_
 
std::size_t bitpos_
 

Detailed Description

Definition at line 16 of file patricia.h.

Constructor & Destructor Documentation

◆ Node()

Patricia::Node::Node ( )
inline

Definition at line 18 of file patricia.h.

Member Data Documentation

◆ bitpos_

std::size_t Patricia::Node::bitpos_

Definition at line 28 of file patricia.h.

◆ intnode_

bool Patricia::Node::intnode_

Definition at line 27 of file patricia.h.

◆ left_

Node* Patricia::Node::left_

Definition at line 25 of file patricia.h.

◆ right_

Node* Patricia::Node::right_

Definition at line 26 of file patricia.h.


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