OpenSDN source code
PatriciaNode Class Reference

#include <patricia_map.h>

Collaboration diagram for PatriciaNode:

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_
 

Detailed Description

Definition at line 12 of file patricia_map.h.

Constructor & Destructor Documentation

◆ PatriciaNode()

PatriciaNode::PatriciaNode ( int  klen,
int  koffset,
void *  knode,
const void *  key_ptr 
)
inline

Definition at line 14 of file patricia_map.h.

Member Data Documentation

◆ key_ptr_

const void* PatriciaNode::key_ptr_

Definition at line 33 of file patricia_map.h.

◆ klen_

int PatriciaNode::klen_

Definition at line 30 of file patricia_map.h.

◆ knode_

void* PatriciaNode::knode_

Definition at line 32 of file patricia_map.h.

◆ koffset_

int PatriciaNode::koffset_

Definition at line 31 of file patricia_map.h.

◆ node_

Patricia::Node PatriciaNode::node_

Definition at line 34 of file patricia_map.h.


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