identity generator utility More...
#include "ZFCoreTypeDef_OtherType.h"Go to the source code of this file.
Classes | |
| class | ZFIdentityGenerator |
| identity generator utility More... | |
Functions | |
| zfidentity | zfidentityCalcString (const zfchar *src, zfindex srcLen=((zfindex) -1)) |
| calculate identity from string | |
| zfidentity | zfidentityCalcBuf (const void *src, zfindex srcLen) |
| calculate identity from raw buffer | |
| template<typename T_Type> | |
| zfidentity | zfidentityCalc (T_Type const &v) |
| calculate identity from POD object | |
identity generator utility