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

#include <timestampindex.h>

Collaboration diagram for CTimestampIndexKey:
[legend]

Public Member Functions

size_t GetSerializeSize () const
 
template<typename Stream >
void Serialize (Stream &s) const
 
template<typename Stream >
void Unserialize (Stream &s)
 
 CTimestampIndexKey (unsigned int time, uint256 hash)
 
 CTimestampIndexKey ()
 
void SetNull ()
 

Public Attributes

unsigned int timestamp
 
uint256 blockHash
 

Detailed Description

Definition at line 39 of file timestampindex.h.

Constructor & Destructor Documentation

◆ CTimestampIndexKey() [1/2]

CTimestampIndexKey::CTimestampIndexKey ( unsigned int  time,
uint256  hash 
)
inline

Definition at line 57 of file timestampindex.h.

◆ CTimestampIndexKey() [2/2]

CTimestampIndexKey::CTimestampIndexKey ( )
inline

Definition at line 62 of file timestampindex.h.

Here is the call graph for this function:

Member Function Documentation

◆ GetSerializeSize()

size_t CTimestampIndexKey::GetSerializeSize ( ) const
inline

Definition at line 43 of file timestampindex.h.

◆ Serialize()

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

Definition at line 47 of file timestampindex.h.

Here is the call graph for this function:

◆ SetNull()

void CTimestampIndexKey::SetNull ( )
inline

Definition at line 66 of file timestampindex.h.

Here is the call graph for this function:

◆ Unserialize()

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

Definition at line 52 of file timestampindex.h.

Here is the call graph for this function:

Member Data Documentation

◆ blockHash

uint256 CTimestampIndexKey::blockHash

Definition at line 41 of file timestampindex.h.

◆ timestamp

unsigned int CTimestampIndexKey::timestamp

Definition at line 40 of file timestampindex.h.


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