|
Blender
V2.59
|
#include <STR_HashedString.h>

Public Member Functions | |
| STR_HashedString () | |
| STR_HashedString (const char *str) | |
| STR_HashedString (const STR_String &str) | |
| dword | hash (dword init=0) const |
Definition at line 131 of file STR_HashedString.h.
| STR_HashedString::STR_HashedString | ( | ) | [inline] |
Definition at line 134 of file STR_HashedString.h.
| STR_HashedString::STR_HashedString | ( | const char * | str | ) | [inline] |
Definition at line 135 of file STR_HashedString.h.
| STR_HashedString::STR_HashedString | ( | const STR_String & | str | ) | [inline] |
Definition at line 136 of file STR_HashedString.h.
Definition at line 138 of file STR_HashedString.h.
References init(), STR_String::Length(), length(), str, and STR_gHash().
Referenced by BL_ConvertMaterialIpos(), RAS_IPolyMaterial::Equals(), RAS_IPolyMaterial::GetMaterialNameHash(), and RAS_IPolyMaterial::hash().