OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
patricia.h File Reference
#include <string>
#include <cstring>
#include <boost/intrusive/detail/parent_from_member.hpp>
#include <boost/iterator/iterator_facade.hpp>
Include dependency graph for patricia.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Patricia::Node
 
class  Patricia::TreeBase
 
class  Patricia::Tree< D, P, K >
 
class  Patricia::Tree< D, P, K >::Iterator
 

Namespaces

 Patricia
 

Macros

#define IS_INT_NODE(node)   (node->intnode_)
 

Macro Definition Documentation

#define IS_INT_NODE (   node)    (node->intnode_)

Definition at line 13 of file patricia.h.