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

#include <assettypes.h>

Public Member Functions

 CAssetCacheQualifierAddress (const std::string &assetName, const std::string &address, const QualifierType &type)
 
bool operator< (const CAssetCacheQualifierAddress &rhs) const
 
uint256 GetHash ()
 

Public Attributes

std::string assetName
 
std::string address
 
QualifierType type
 

Detailed Description

Definition at line 446 of file assettypes.h.

Constructor & Destructor Documentation

◆ CAssetCacheQualifierAddress()

CAssetCacheQualifierAddress::CAssetCacheQualifierAddress ( const std::string &  assetName,
const std::string &  address,
const QualifierType type 
)
inline

Definition at line 451 of file assettypes.h.

Member Function Documentation

◆ GetHash()

uint256 CAssetCacheQualifierAddress::GetHash ( )

Definition at line 16 of file assettypes.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator<()

bool CAssetCacheQualifierAddress::operator< ( const CAssetCacheQualifierAddress rhs) const
inline

Definition at line 457 of file assettypes.h.

Member Data Documentation

◆ address

std::string CAssetCacheQualifierAddress::address

Definition at line 448 of file assettypes.h.

◆ assetName

std::string CAssetCacheQualifierAddress::assetName

Definition at line 447 of file assettypes.h.

◆ type

QualifierType CAssetCacheQualifierAddress::type

Definition at line 449 of file assettypes.h.


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