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

#include <assets.h>

Inheritance diagram for CAssets:
[legend]

Public Member Functions

 CAssets (const CAssets &assets)
 
CAssetsoperator= (const CAssets &other)
 
 CAssets ()
 
void SetNull ()
 

Public Attributes

std::map< std::pair< std::string, std::string >, CAmountmapAssetsAddressAmount
 
std::map< std::string, CNewAssetmapReissuedAssetData
 

Detailed Description

Definition at line 72 of file assets.h.

Constructor & Destructor Documentation

◆ CAssets() [1/2]

CAssets::CAssets ( const CAssets assets)
inline

Definition at line 79 of file assets.h.

◆ CAssets() [2/2]

CAssets::CAssets ( )
inline

Definition at line 90 of file assets.h.

Here is the call graph for this function:

Member Function Documentation

◆ operator=()

CAssets& CAssets::operator= ( const CAssets other)
inline

Definition at line 84 of file assets.h.

◆ SetNull()

void CAssets::SetNull ( )
inline

Definition at line 94 of file assets.h.

Here is the caller graph for this function:

Member Data Documentation

◆ mapAssetsAddressAmount

std::map<std::pair<std::string, std::string>, CAmount> CAssets::mapAssetsAddressAmount

Definition at line 74 of file assets.h.

◆ mapReissuedAssetData

std::map<std::string, CNewAsset> CAssets::mapReissuedAssetData

Definition at line 77 of file assets.h.


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