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

#include <timestampindex.h>

Public Member Functions

size_t GetSerializeSize () const
 
template<typename Stream >
void Serialize (Stream &s) const
 
template<typename Stream >
void Unserialize (Stream &s)
 
 CTimestampBlockIndexValue (unsigned int time)
 
 CTimestampBlockIndexValue ()
 
void SetNull ()
 

Public Attributes

unsigned int ltimestamp
 

Detailed Description

Definition at line 102 of file timestampindex.h.

Constructor & Destructor Documentation

◆ CTimestampBlockIndexValue() [1/2]

CTimestampBlockIndexValue::CTimestampBlockIndexValue ( unsigned int  time)
inline

Definition at line 118 of file timestampindex.h.

◆ CTimestampBlockIndexValue() [2/2]

CTimestampBlockIndexValue::CTimestampBlockIndexValue ( )
inline

Definition at line 122 of file timestampindex.h.

Here is the call graph for this function:

Member Function Documentation

◆ GetSerializeSize()

size_t CTimestampBlockIndexValue::GetSerializeSize ( ) const
inline

Definition at line 104 of file timestampindex.h.

◆ Serialize()

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

Definition at line 109 of file timestampindex.h.

Here is the call graph for this function:

◆ SetNull()

void CTimestampBlockIndexValue::SetNull ( )
inline

Definition at line 126 of file timestampindex.h.

◆ Unserialize()

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

Definition at line 114 of file timestampindex.h.

Here is the call graph for this function:

Member Data Documentation

◆ ltimestamp

unsigned int CTimestampBlockIndexValue::ltimestamp

Definition at line 103 of file timestampindex.h.


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