Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | Private Attributes | List of all members
CHashWriter Class Reference

#include <hash.h>

Public Member Functions

void Init ()
 
 CHashWriter (int nTypeIn, int nVersionIn)
 
CHashWriterwrite (const char *pch, size_t size)
 
uint256 GetHash ()
 
template<typename T >
CHashWriteroperator<< (const T &obj)
 

Public Attributes

int nType
 
int nVersion
 

Private Attributes

SHA256_CTX ctx
 

Detailed Description

Definition at line 26 of file hash.h.

Constructor & Destructor Documentation

CHashWriter::CHashWriter ( int  nTypeIn,
int  nVersionIn 
)
inline

Definition at line 39 of file hash.h.

Member Function Documentation

uint256 CHashWriter::GetHash ( )
inline

Definition at line 49 of file hash.h.

void CHashWriter::Init ( )
inline

Definition at line 35 of file hash.h.

template<typename T >
CHashWriter& CHashWriter::operator<< ( const T &  obj)
inline

Definition at line 58 of file hash.h.

CHashWriter& CHashWriter::write ( const char *  pch,
size_t  size 
)
inline

Definition at line 43 of file hash.h.

Member Data Documentation

SHA256_CTX CHashWriter::ctx
private

Definition at line 29 of file hash.h.

int CHashWriter::nType

Definition at line 32 of file hash.h.

int CHashWriter::nVersion

Definition at line 33 of file hash.h.


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