|
WSF
|
#include <WsfPProxyHash.hpp>
Public Member Functions | |
| WsfPProxyHash () | |
| WsfPProxyHash (const void *aBufferPtr, size_t aBufferSize) | |
| WsfPProxyHash (const UtSHA_Digest &aDigest) | |
| WsfPProxyHash (const WsfPProxyHash &aSrc) | |
| WsfPProxyHash & | operator= (const WsfPProxyHash &aRhs) |
| bool | operator== (const WsfPProxyHash &aRhs) const |
| bool | operator!= (const WsfPProxyHash &aRhs) const |
| bool | operator< (const WsfPProxyHash &aRhs) const |
| int | AddData (UtSHA &aSha) const |
| Add this block of data to a SHA run. | |
| const void * | GetPointer () const |
| int | GetSize () const |
Public Attributes | |
| bool | mIsDigest |
Points to a block of data to be hashed. Copying WsfPProxyHash is like copying a pointer, the original object must remain valid for this to make sense.
|
inline |
References mIsDigest.
Referenced by operator!=(), operator<(), operator=(), operator==(), and WsfPProxyHash().
|
inline |
References mIsDigest.
|
inline |
References mIsDigest.
|
inline |
References WsfPProxyHash().
|
inline |
Add this block of data to a SHA run.
References UtSHA::AddData(), GetPointer(), and GetSize().
Referenced by wizard::ProxyHash::RecurseHash().
|
inline |
References mIsDigest.
Referenced by AddData(), operator<(), and operator==().
|
inline |
References UtSHA_Digest::cBUFFER_SIZE, and mIsDigest.
Referenced by AddData(), operator<(), and operator==().
|
inline |
References WsfPProxyHash().
|
inline |
References GetPointer(), GetSize(), and WsfPProxyHash().
|
inline |
References mIsDigest, and WsfPProxyHash().
|
inline |
References GetPointer(), GetSize(), and WsfPProxyHash().
| bool WsfPProxyHash::mIsDigest |
Referenced by GetPointer(), GetSize(), operator=(), WsfPProxyHash(), WsfPProxyHash(), and WsfPProxyHash().