vrpn 07.35
Virtual Reality Peripheral Network
 
Loading...
Searching...
No Matches
vrpn_HashST.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vrpn_Hash< TKey, TValue >
 Hash class (not thread-safe) More...
 

Functions

unsigned int vrpn_LinearUnsignedIntHashFunction (const unsigned int &i)
 
template<class T>
unsigned int vrpn_LinearHashFunction (const T &value)
 

Function Documentation

◆ vrpn_LinearHashFunction()

template<class T>
unsigned int vrpn_LinearHashFunction ( const T & value)
inline

Definition at line 16 of file vrpn_HashST.h.

Referenced by vrpn_Hash< TKey, TValue >::vrpn_Hash().

◆ vrpn_LinearUnsignedIntHashFunction()

unsigned int vrpn_LinearUnsignedIntHashFunction ( const unsigned int & i)
inline

Definition at line 10 of file vrpn_HashST.h.