BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Public Member Functions | Private Attributes | List of all members
CHashVerifier< Source > Class Template Reference

Reads data from an underlying stream, while hashing the read data (SHA-256). More...

#include <hash.h>

Inheritance diagram for CHashVerifier< Source >:
[legend]
Collaboration diagram for CHashVerifier< Source >:
[legend]

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 >
CHashWriteroperator<< (const T &obj)
 

Private Attributes

Source * source
 

Detailed Description

template<typename Source>
class CHashVerifier< Source >

Reads data from an underlying stream, while hashing the read data (SHA-256).

Definition at line 200 of file hash.h.

Constructor & Destructor Documentation

◆ CHashVerifier()

template<typename Source>
CHashVerifier< Source >::CHashVerifier ( Source *  source_)
inlineexplicit

Definition at line 206 of file hash.h.

Member Function Documentation

◆ ignore()

template<typename Source>
void CHashVerifier< Source >::ignore ( size_t  nSize)
inline

Definition at line 214 of file hash.h.

Here is the call graph for this function:

◆ operator>>()

template<typename Source>
template<typename T >
CHashVerifier<Source>& CHashVerifier< Source >::operator>> ( T &&  obj)
inline

Definition at line 225 of file hash.h.

Here is the call graph for this function:

◆ read()

template<typename Source>
void CHashVerifier< Source >::read ( char *  pch,
size_t  nSize 
)
inline

Definition at line 208 of file hash.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ source

template<typename Source>
Source* CHashVerifier< Source >::source
private

Definition at line 203 of file hash.h.


The documentation for this class was generated from the following file: