OpenSDN source code
|
#include <patricia.h>
Public Member Functions | |
Node () | |
Public Attributes | |
Node * | left_ |
Node * | right_ |
bool | intnode_ |
std::size_t | bitpos_ |
Definition at line 16 of file patricia.h.
|
inline |
Definition at line 18 of file patricia.h.
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.