![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
Reads data from an underlying stream, while hashing the read data (SHA-256). 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 (SHA-256).
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
private |
1.8.14