A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::Hash Namespace Reference

Hash function implementations. More...

Namespaces

 Example
 Namespace for hasher-example.
 
 Function
 Hash functions.
 

Classes

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

Typedefs

typedef uint32_t(* Hash32Function_ptr )(const char *, const size_t)
 Basic hash function typedefs. More...
 
typedef uint64_t(* Hash64Function_ptr )(const char *, const size_t)
 Basic hash function typedefs. More...
 

Detailed Description

Hash function implementations.