Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CTimestampIndexIteratorKey Struct Reference

#include <spentindex.h>

Public Member Functions

size_t GetSerializeSize (int nType, int nVersion) const
 
template<typename Stream >
void Serialize (Stream &s) const
 
template<typename Stream >
void Unserialize (Stream &s)
 
 CTimestampIndexIteratorKey (unsigned int time)
 
 CTimestampIndexIteratorKey ()
 
void SetNull ()
 

Public Attributes

unsigned int timestamp
 

Detailed Description

Definition at line 105 of file spentindex.h.

Constructor & Destructor Documentation

◆ CTimestampIndexIteratorKey() [1/2]

CTimestampIndexIteratorKey::CTimestampIndexIteratorKey ( unsigned int  time)
inline

Definition at line 120 of file spentindex.h.

References timestamp.

◆ CTimestampIndexIteratorKey() [2/2]

CTimestampIndexIteratorKey::CTimestampIndexIteratorKey ( )
inline

Definition at line 124 of file spentindex.h.

References SetNull().

Member Function Documentation

◆ GetSerializeSize()

size_t CTimestampIndexIteratorKey::GetSerializeSize ( int  nType,
int  nVersion 
) const
inline

Definition at line 108 of file spentindex.h.

◆ Serialize()

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

Definition at line 112 of file spentindex.h.

References ser_writedata32be(), and timestamp.

◆ SetNull()

void CTimestampIndexIteratorKey::SetNull ( )
inline

Definition at line 128 of file spentindex.h.

References timestamp.

Referenced by CTimestampIndexIteratorKey().

◆ Unserialize()

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

Definition at line 116 of file spentindex.h.

References ser_readdata32be(), and timestamp.

Member Data Documentation

◆ timestamp

unsigned int CTimestampIndexIteratorKey::timestamp

Definition at line 106 of file spentindex.h.

Referenced by CTimestampIndexIteratorKey(), Serialize(), SetNull(), and Unserialize().


The documentation for this struct was generated from the following file:
Released under the MIT license