A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::Hash Namespace Reference

Hash function implementations. More...

Namespaces

namespace  Example
 Namespace for hasher-example.
 
namespace  Function
 Hash functions.
 

Classes

class  Implementation
 Hash function implementation base class. More...
 

Typedefs

typedef uint32_t(* Hash32Function_ptr) (const char *, const std::size_t)
 Function pointer signatures for basic hash functions.
 
typedef uint64_t(* Hash64Function_ptr) (const char *, const std::size_t)
 Function pointer signatures for basic hash functions.
 

Detailed Description

Hash function implementations.