Go to the source code of this file.
Classes | |
class | ns3::Hash::Function::Hash32 |
Template for Hashfunctions from 32-bit hash functions. More... | |
class | ns3::Hash::Function::Hash64 |
Template for Hashfunctions from 64-bit hash functions. More... | |
class | ns3::Hash::Implementation |
Hash function implementation base class. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
ns3::Hash | |
Hash function implementations. | |
ns3::Hash::Function | |
Hash functions. | |
Typedefs | |
typedef uint32_t(* | ns3::Hash::Hash32Function_ptr )(const char *, const size_t) |
Basic hash function typedefs. More... | |
typedef uint64_t(* | ns3::Hash::Hash64Function_ptr )(const char *, const size_t) |
Basic hash function typedefs. More... | |