Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CTimestampIndexIteratorKey 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)
 
 CTimestampIndexIteratorKey (unsigned int time)
 
 CTimestampIndexIteratorKey ()
 
void SetNull ()
 

Public Attributes

unsigned int timestamp
 

Detailed Description

Definition at line 11 of file timestampindex.h.

Constructor & Destructor Documentation

◆ CTimestampIndexIteratorKey() [1/2]

CTimestampIndexIteratorKey::CTimestampIndexIteratorKey ( unsigned int  time)
inline

Definition at line 26 of file timestampindex.h.

◆ CTimestampIndexIteratorKey() [2/2]

CTimestampIndexIteratorKey::CTimestampIndexIteratorKey ( )
inline

Definition at line 30 of file timestampindex.h.

Here is the call graph for this function:

Member Function Documentation

◆ GetSerializeSize()

size_t CTimestampIndexIteratorKey::GetSerializeSize ( ) const
inline

Definition at line 14 of file timestampindex.h.

◆ Serialize()

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

Definition at line 18 of file timestampindex.h.

Here is the call graph for this function:

◆ SetNull()

void CTimestampIndexIteratorKey::SetNull ( )
inline

Definition at line 34 of file timestampindex.h.

Here is the caller graph for this function:

◆ Unserialize()

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

Definition at line 22 of file timestampindex.h.

Here is the call graph for this function:

Member Data Documentation

◆ timestamp

unsigned int CTimestampIndexIteratorKey::timestamp

Definition at line 12 of file timestampindex.h.


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