#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <string>
#include <map>
#include <iostream>
#include "Codifier.h"
Include dependency graph for Codifier.cpp:
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
struct | Nodo |
Functions | |
bool | GetBit (unsigned long a, int bitno) |
bool | randomBit () |
|
Definition at line 59 of file Codifier.cpp. Referenced by PrefixPreservingTree::_Codifica(), and PrefixPreservingTree::Codifica(). |
|
Definition at line 64 of file Codifier.cpp. Referenced by PrefixPreservingTree::_Codifica(). |