A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
hash-function.h File Reference
#include <cstring>
#include "simple-ref-count.h"
+ Include dependency graph for hash-function.h:
+ This graph shows which files directly or indirectly include this file:

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...