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=((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
 

Detailed Description

identity generator utility