Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SmHash.h File Reference
#include <cassert>
#include <cstddef>
#include <cstring>
#include <Inventor/lists/SbList.h>
#include <Inventor/C/base/memalloc.h>
#include <Inventor/C/tidbits.h>

Go to the source code of this file.

Classes

class  SmHashEntry< Type, Key >
 
class  SmHash< Type, Key >
 

Functions

unsigned long smhash_geq_prime_number (unsigned long num)
 

Variables

static unsigned long smhash_prime_table [32]
 

Function Documentation

◆ smhash_geq_prime_number()

unsigned long smhash_geq_prime_number ( unsigned long  num)
inline

Variable Documentation

◆ smhash_prime_table

unsigned long smhash_prime_table[32]
static