#include <iomanip>
#include <string>
#include "ns3/test.h"
#include "ns3/hash.h"
Go to the source code of this file.
Classes | |
class | ns3::DefaultHashTestCase |
class | ns3::Fnv1aTestCase |
class | ns3::Hash32FunctionPtrTestCase |
class | ns3::Hash64FunctionPtrTestCase |
class | ns3::HashTestCase |
class | ns3::HashTestSuite |
class | ns3::IncrementalTestCase |
class | ns3::Murmur3TestCase |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
uint16_t | ns3::gnu_sum (const char *buffer, const size_t size) |
uint32_t | ns3::gnu_sum32 (const char *buffer, const size_t size) |
uint64_t | ns3::gnu_sum64 (const char *buffer, const size_t size) |
Variables | |
static HashTestSuite | ns3::g_hashTestSuite |