libDwm-0.6.0
DwmPatricia.hh File Reference

NOT YET DOCUMENTED. More...

#include <stdlib.h>
#include <algorithm>
#include <iostream>
#include <vector>
#include "DwmIO.hh"
#include "DwmReadable.hh"
#include "DwmWritable.hh"
#include "DwmGZReadable.hh"
#include "DwmGZWritable.hh"
#include "DwmBZ2Readable.hh"
#include "DwmBZ2Writable.hh"
Include dependency graph for DwmPatricia.hh:

Go to the source code of this file.

Classes

class  Dwm::Patricia< KeyType, ValueType, KeyEqual >
 Pre-declare the Patricia class template. More...
 
class  Dwm::PatriciaNode< KeyType, ValueType >
 A node in a Patricia trie. More...
 
class  Dwm::Patricia< KeyType, ValueType, KeyEqual >
 Pre-declare the Patricia class template. More...
 

Functions

template<typename KeyType >
int Dwm::GetBit (const KeyType &key, int bit)
 
template<typename KeyType >
int Dwm::BitFirstDifferent (const KeyType &key1, const KeyType &key2)
 
template<typename KeyType >
bool Dwm::IsMatch (const KeyType &key1, const KeyType &key2)
 

Detailed Description

NOT YET DOCUMENTED.