#include <algorithm>
#include <climits>
#include <fstream>
#include <iostream>
#include <iomanip>
#include <map>
#include <vector>
#include "ns3/core-module.h"
#include "ns3/hash.h"
Go to the source code of this file.
Classes | |
class | ns3::Hash::Example::Collider |
Keep track of collisions. More... | |
class | ns3::Hash::Example::DictFiles |
Source word list files. More... | |
class | ns3::Hash::Example::Dictionary |
Word list and hashers to test. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
ns3::Hash | |
Hash function implementations. | |
ns3::Hash::Example | |
Namespace for hasher-example. | |
Functions | |
int | main (int argc, char *argv[]) |
NS_LOG_COMPONENT_DEFINE ("Hasher") | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 459 of file hash-example.cc.
References ns3::Hash::Example::Dictionary::Add(), ns3::Hash::Example::DictFiles::Add(), ns3::CommandLine::AddValue(), ns3::Hash::Example::Collider::Bits32, ns3::Hash::Example::Collider::Bits64, ns3::MakeCallback(), ns3::CommandLine::Parse(), ns3::Hash::Example::DictFiles::ReadInto(), ns3::Hash::Example::Dictionary::Report(), ns3::Hash::Example::Dictionary::Time(), and ns3::CommandLine::Usage().
NS_LOG_COMPONENT_DEFINE | ( | "Hasher" | ) |