Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CHeightTxIndexIteratorKey Struct Reference

#include <validation.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)
 
 CHeightTxIndexIteratorKey (unsigned int _height)
 
 CHeightTxIndexIteratorKey ()
 
void SetNull ()
 

Public Attributes

unsigned int height
 

Detailed Description

Definition at line 382 of file validation.h.

Constructor & Destructor Documentation

CHeightTxIndexIteratorKey::CHeightTxIndexIteratorKey ( unsigned int  _height)
inline

Definition at line 397 of file validation.h.

CHeightTxIndexIteratorKey::CHeightTxIndexIteratorKey ( )
inline

Definition at line 401 of file validation.h.

Member Function Documentation

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

Definition at line 385 of file validation.h.

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

Definition at line 389 of file validation.h.

Here is the call graph for this function:

void CHeightTxIndexIteratorKey::SetNull ( )
inline

Definition at line 405 of file validation.h.

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

Definition at line 393 of file validation.h.

Here is the call graph for this function:

Member Data Documentation

unsigned int CHeightTxIndexIteratorKey::height

Definition at line 383 of file validation.h.


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