OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 ( int  klen,
int  koffset,
void *  knode,
const void *  key_ptr 
)
inline

Definition at line 14 of file patricia_map.h.

Member Data Documentation

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.


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