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

#include <assettypes.h>

Collaboration diagram for CDatabasedAssetData:
[legend]

Public Member Functions

 CDatabasedAssetData (const CNewAsset &asset, const int &nHeight, const uint256 &blockHash)
 
 CDatabasedAssetData ()
 
void SetNull ()
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 

Public Attributes

CNewAsset asset
 
int nHeight
 
uint256 blockHash
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 159 of file assettypes.h.

Constructor & Destructor Documentation

◆ CDatabasedAssetData() [1/2]

CDatabasedAssetData::CDatabasedAssetData ( const CNewAsset asset,
const int &  nHeight,
const uint256 blockHash 
)

Definition at line 477 of file assets.cpp.

Here is the call graph for this function:

◆ CDatabasedAssetData() [2/2]

CDatabasedAssetData::CDatabasedAssetData ( )

Definition at line 485 of file assets.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ SerializationOp()

template<typename Stream , typename Operation >
void CDatabasedAssetData::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 179 of file assettypes.h.

◆ SetNull()

void CDatabasedAssetData::SetNull ( )
inline

Definition at line 169 of file assettypes.h.

Here is the call graph for this function:

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CDatabasedAssetData::ADD_SERIALIZE_METHODS

Definition at line 176 of file assettypes.h.

◆ asset

CNewAsset CDatabasedAssetData::asset

Definition at line 162 of file assettypes.h.

◆ blockHash

uint256 CDatabasedAssetData::blockHash

Definition at line 164 of file assettypes.h.

◆ nHeight

int CDatabasedAssetData::nHeight

Definition at line 163 of file assettypes.h.


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