Panda3D
|
This is the default hash_compare class, which assumes the Key is a size_t value or can be implicitly converted to a size_t value (for instance, via a size_t typecast operator). More...
#include "stl_compares.h"
Static Public Member Functions | |
static size_t | add_hash (size_t start, const Key &key) |
Adds the indicated key into a running hash. |
This is the default hash_compare class, which assumes the Key is a size_t value or can be implicitly converted to a size_t value (for instance, via a size_t typecast operator).
It is the same as the system-provided hash_compare.
Definition at line 138 of file stl_compares.h.
size_t integer_hash< Key, Compare >::add_hash | ( | size_t | start, |
const Key & | key | ||
) | [inline, static] |
Adds the indicated key into a running hash.
Definition at line 122 of file stl_compares.I.
References AddHash::add_hash().
Referenced by RenderAttrib::get_hash(), DepthTestAttrib::get_hash_impl(), CullBinAttrib::get_hash_impl(), AlphaTestAttrib::get_hash_impl(), DepthWriteAttrib::get_hash_impl(), ShadeModelAttrib::get_hash_impl(), AudioVolumeAttrib::get_hash_impl(), ColorAttrib::get_hash_impl(), ColorScaleAttrib::get_hash_impl(), CullFaceAttrib::get_hash_impl(), ColorWriteAttrib::get_hash_impl(), RescaleNormalAttrib::get_hash_impl(), AntialiasAttrib::get_hash_impl(), LightRampAttrib::get_hash_impl(), TransparencyAttrib::get_hash_impl(), DepthOffsetAttrib::get_hash_impl(), RenderModeAttrib::get_hash_impl(), TexMatrixAttrib::get_hash_impl(), AuxBitplaneAttrib::get_hash_impl(), TexGenAttrib::get_hash_impl(), TextureAttrib::get_hash_impl(), ColorBlendAttrib::get_hash_impl(), LightAttrib::get_hash_impl(), ClipPlaneAttrib::get_hash_impl(), ShaderAttrib::get_hash_impl(), and StencilAttrib::get_hash_impl().