OpenSDN source code
|
#include <patricia_map.h>
Classes | |
class | Key |
Public Member Functions | |
PatriciaNode (int klen, int koffset, void *knode, const void *key_ptr) | |
Public Attributes | |
int | klen_ |
int | koffset_ |
void * | knode_ |
const void * | key_ptr_ |
Patricia::Node | node_ |
Definition at line 12 of file patricia_map.h.
|
inline |
Definition at line 14 of file patricia_map.h.
const void* PatriciaNode::key_ptr_ |
Definition at line 33 of file patricia_map.h.
int PatriciaNode::klen_ |
Definition at line 30 of file patricia_map.h.
void* PatriciaNode::knode_ |
Definition at line 32 of file patricia_map.h.
int PatriciaNode::koffset_ |
Definition at line 31 of file patricia_map.h.
Patricia::Node PatriciaNode::node_ |
Definition at line 34 of file patricia_map.h.