Hash test suite. More...
#include "ns3/hash.h"
#include "ns3/test.h"
#include <iomanip>
#include <string>
Go to the source code of this file.
Classes | |
class | ns3::tests::DefaultHashTestCase |
Test default hash on fixed string. More... | |
class | ns3::tests::Fnv1aTestCase |
FNV hash on fixed string. More... | |
class | ns3::tests::Hash32FunctionPtrTestCase |
Test 32-bit function pointer. More... | |
class | ns3::tests::Hash64FunctionPtrTestCase |
Test 64-bit function pointer. More... | |
class | ns3::tests::HashTestCase |
Base class for hash tests. More... | |
class | ns3::tests::HashTestSuite |
Hash functions test suite. More... | |
class | ns3::tests::IncrementalTestCase |
Test incremental hashing. More... | |
class | ns3::tests::Murmur3TestCase |
Test Murmur3 hash on fixed string. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
namespace | ns3::tests |
Namespace for test files, TestCases and TestSuites. | |
Functions | |
uint16_t | ns3::tests::gnu_sum (const char *buffer, const std::size_t size) |
Simple hash function based on the GNU sum program. | |
uint32_t | ns3::tests::gnu_sum32 (const char *buffer, const std::size_t size) |
A 32-bit hash function, based on gnu_sum(). | |
uint64_t | ns3::tests::gnu_sum64 (const char *buffer, const std::size_t size) |
A 64-bit hash function, base on gnu_sum(). | |
Variables | |
static HashTestSuite | ns3::tests::g_hashTestSuite |
HashTestSuite instance variable. | |
Hash test suite.
Definition in file hash-test-suite.cc.