#include <Codifier.h>
Collaboration diagram for PrefixPreservingTree:
Public Member Functions | |
PrefixPreservingTree () | |
~PrefixPreservingTree () | |
in_addr | Codifica (struct in_addr address) |
void | Svuota () |
Private Member Functions | |
void | _Codifica (PNodo &n, unsigned long address, int pos, unsigned long &temp, bool b) |
void | _Svuota (const PNodo &n) |
Private Attributes | |
PNodo | root |
Definition at line 19 of file Codifier.h.
|
Definition at line 74 of file Codifier.cpp. |
|
Definition at line 80 of file Codifier.cpp. References Svuota(). Here is the call graph for this function: ![]() |
|
Definition at line 84 of file Codifier.cpp. References Nodo::bit, Nodo::des, GetBit(), randomBit(), and Nodo::sin. Here is the call graph for this function: ![]() |
|
Definition at line 133 of file Codifier.cpp. References Nodo::des, and Nodo::sin. Referenced by Svuota(). |
|
Definition at line 146 of file Codifier.cpp. References GetBit(). Here is the call graph for this function: ![]() |
|
Definition at line 141 of file Codifier.cpp. References _Svuota(), and root. Referenced by ~PrefixPreservingTree(). Here is the call graph for this function: ![]() |
|
Definition at line 21 of file Codifier.h. Referenced by PrefixPreservingTree(), and Svuota(). |