OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

Patricia::Node::Node ( )
inline

Definition at line 18 of file patricia.h.

Member Data Documentation

std::size_t Patricia::Node::bitpos_

Definition at line 28 of file patricia.h.

bool Patricia::Node::intnode_

Definition at line 27 of file patricia.h.

Node* Patricia::Node::left_

Definition at line 25 of file patricia.h.

Node* Patricia::Node::right_

Definition at line 26 of file patricia.h.


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