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

#include <addressindex.h>

Collaboration diagram for CAddressIndexIteratorAssetKey:
[legend]

Public Member Functions

size_t GetSerializeSize () const
 
template<typename Stream >
void Serialize (Stream &s) const
 
template<typename Stream >
void Unserialize (Stream &s)
 
 CAddressIndexIteratorAssetKey (unsigned int addressType, uint160 addressHash)
 
 CAddressIndexIteratorAssetKey (unsigned int addressType, uint160 addressHash, std::string assetName)
 
 CAddressIndexIteratorAssetKey ()
 
void SetNull ()
 

Public Attributes

unsigned int type
 
uint160 hashBytes
 
std::string asset
 

Detailed Description

Definition at line 219 of file addressindex.h.

Constructor & Destructor Documentation

◆ CAddressIndexIteratorAssetKey() [1/3]

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

Definition at line 240 of file addressindex.h.

◆ CAddressIndexIteratorAssetKey() [2/3]

CAddressIndexIteratorAssetKey::CAddressIndexIteratorAssetKey ( unsigned int  addressType,
uint160  addressHash,
std::string  assetName 
)
inline

Definition at line 246 of file addressindex.h.

◆ CAddressIndexIteratorAssetKey() [3/3]

CAddressIndexIteratorAssetKey::CAddressIndexIteratorAssetKey ( )
inline

Definition at line 252 of file addressindex.h.

Here is the call graph for this function:

Member Function Documentation

◆ GetSerializeSize()

size_t CAddressIndexIteratorAssetKey::GetSerializeSize ( ) const
inline

Definition at line 224 of file addressindex.h.

◆ Serialize()

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

Definition at line 228 of file addressindex.h.

Here is the call graph for this function:

◆ SetNull()

void CAddressIndexIteratorAssetKey::SetNull ( )
inline

Definition at line 256 of file addressindex.h.

Here is the call graph for this function:

◆ Unserialize()

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

Definition at line 234 of file addressindex.h.

Here is the call graph for this function:

Member Data Documentation

◆ asset

std::string CAddressIndexIteratorAssetKey::asset

Definition at line 222 of file addressindex.h.

◆ hashBytes

uint160 CAddressIndexIteratorAssetKey::hashBytes

Definition at line 221 of file addressindex.h.

◆ type

unsigned int CAddressIndexIteratorAssetKey::type

Definition at line 220 of file addressindex.h.


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