Panda3D
|
This is the default hash_compare class, which assumes the Key is a pointer value. More...
#include "stl_compares.h"
Static Public Member Functions | |
static size_t | add_hash (size_t start, const void *key) |
Adds the indicated key into a running hash. |
This is the default hash_compare class, which assumes the Key is a pointer value.
It is the same as the system-provided hash_compare.
Definition at line 149 of file stl_compares.h.
size_t pointer_hash::add_hash | ( | size_t | start, |
const void * | key | ||
) | [inline, static] |
Adds the indicated key into a running hash.
Definition at line 133 of file stl_compares.I.
Referenced by FogAttrib::get_hash_impl(), MaterialAttrib::get_hash_impl(), TexMatrixAttrib::get_hash_impl(), TexGenAttrib::get_hash_impl(), TextureAttrib::get_hash_impl(), and ShaderAttrib::get_hash_impl().