Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CTimestampBlockIndexKey Struct Reference

#include <timestampindex.h>

Collaboration diagram for CTimestampBlockIndexKey:
[legend]

Public Member Functions

size_t GetSerializeSize () const
 
template<typename Stream >
void Serialize (Stream &s) const
 
template<typename Stream >
void Unserialize (Stream &s)
 
 CTimestampBlockIndexKey (uint256 hash)
 
 CTimestampBlockIndexKey ()
 
void SetNull ()
 

Public Attributes

uint256 blockHash
 

Detailed Description

Definition at line 72 of file timestampindex.h.

Constructor & Destructor Documentation

◆ CTimestampBlockIndexKey() [1/2]

CTimestampBlockIndexKey::CTimestampBlockIndexKey ( uint256  hash)
inline

Definition at line 89 of file timestampindex.h.

◆ CTimestampBlockIndexKey() [2/2]

CTimestampBlockIndexKey::CTimestampBlockIndexKey ( )
inline

Definition at line 93 of file timestampindex.h.

Here is the call graph for this function:

Member Function Documentation

◆ GetSerializeSize()

size_t CTimestampBlockIndexKey::GetSerializeSize ( ) const
inline

Definition at line 75 of file timestampindex.h.

◆ Serialize()

template<typename Stream >
void CTimestampBlockIndexKey::Serialize ( Stream &  s) const
inline

Definition at line 80 of file timestampindex.h.

Here is the call graph for this function:

◆ SetNull()

void CTimestampBlockIndexKey::SetNull ( )
inline

Definition at line 97 of file timestampindex.h.

Here is the call graph for this function:

◆ Unserialize()

template<typename Stream >
void CTimestampBlockIndexKey::Unserialize ( Stream &  s)
inline

Definition at line 85 of file timestampindex.h.

Here is the call graph for this function:

Member Data Documentation

◆ blockHash

uint256 CTimestampBlockIndexKey::blockHash

Definition at line 73 of file timestampindex.h.


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