ZFFramework
Loading...
Searching...
No Matches
ZFIdentityUtil.h File Reference

identity generator utility More...

Go to the source code of this file.

Classes

class  ZFIdentityGenerator
 identity generator utility More...

Functions

zfidentity zfidentityCalcString (const zfchar *src, zfindex srcLen)
 calculate identity from string
zfidentity zfidentityCalcString (const zfstring &src)
 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
zfidentity zfidentityCalc (const zfstring &src)
 calculate identity from string

Detailed Description

identity generator utility