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

#include <addressindex.h>

Collaboration diagram for CAddressIndexIteratorKey:
[legend]

Public Member Functions

size_t GetSerializeSize () const
 
template<typename Stream >
void Serialize (Stream &s) const
 
template<typename Stream >
void Unserialize (Stream &s)
 
 CAddressIndexIteratorKey (unsigned int addressType, uint160 addressHash)
 
 CAddressIndexIteratorKey ()
 
void SetNull ()
 

Public Attributes

unsigned int type
 
uint160 hashBytes
 

Detailed Description

Definition at line 186 of file addressindex.h.

Constructor & Destructor Documentation

◆ CAddressIndexIteratorKey() [1/2]

CAddressIndexIteratorKey::CAddressIndexIteratorKey ( unsigned int  addressType,
uint160  addressHash 
)
inline

Definition at line 204 of file addressindex.h.

◆ CAddressIndexIteratorKey() [2/2]

CAddressIndexIteratorKey::CAddressIndexIteratorKey ( )
inline

Definition at line 209 of file addressindex.h.

Here is the call graph for this function:

Member Function Documentation

◆ GetSerializeSize()

size_t CAddressIndexIteratorKey::GetSerializeSize ( ) const
inline

Definition at line 190 of file addressindex.h.

◆ Serialize()

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

Definition at line 194 of file addressindex.h.

Here is the call graph for this function:

◆ SetNull()

void CAddressIndexIteratorKey::SetNull ( )
inline

Definition at line 213 of file addressindex.h.

Here is the call graph for this function:

◆ Unserialize()

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

Definition at line 199 of file addressindex.h.

Here is the call graph for this function:

Member Data Documentation

◆ hashBytes

uint160 CAddressIndexIteratorKey::hashBytes

Definition at line 188 of file addressindex.h.

◆ type

unsigned int CAddressIndexIteratorKey::type

Definition at line 187 of file addressindex.h.


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