Fabcoin Core
0.16.2
P2P Digital Currency
|
Reads data from an underlying stream, while hashing the read data. More...
#include <hash.h>
Public Member Functions | |
CHashVerifier (Source *source_) | |
void | read (char *pch, size_t nSize) |
void | ignore (size_t nSize) |
template<typename T > | |
CHashVerifier< Source > & | operator>> (T &obj) |
Public Member Functions inherited from CHashWriter | |
CHashWriter (int nTypeIn, int nVersionIn) | |
int | GetType () const |
int | GetVersion () const |
void | write (const char *pch, size_t size) |
uint256 | GetHash () |
template<typename T > | |
CHashWriter & | operator<< (const T &obj) |
Private Attributes | |
Source * | source |
Reads data from an underlying stream, while hashing the read data.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |