Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
dev::eth::EthashAux::FullAllocation Struct Reference

#include <EthashAux.h>

Collaboration diagram for dev::eth::EthashAux::FullAllocation:
[legend]

Public Member Functions

 FullAllocation (ethash_light_t _light, ethash_callback_t _cb)
 
 ~FullAllocation ()
 
EthashProofOfWork::Result compute (h256 const &_headerHash, Nonce const &_nonce) const
 
bytesConstRef data () const
 
uint64_t size () const
 

Public Attributes

ethash_full_t full
 

Detailed Description

Definition at line 57 of file EthashAux.h.

Constructor & Destructor Documentation

EthashAux::FullAllocation::FullAllocation ( ethash_light_t  _light,
ethash_callback_t  _cb 
)

Definition at line 147 of file EthashAux.cpp.

Here is the call graph for this function:

EthashAux::FullAllocation::~FullAllocation ( )

Definition at line 159 of file EthashAux.cpp.

Here is the call graph for this function:

Member Function Documentation

EthashProofOfWork::Result EthashAux::FullAllocation::compute ( h256 const &  _headerHash,
Nonce const &  _nonce 
) const

Definition at line 234 of file EthashAux.cpp.

Here is the call graph for this function:

bytesConstRef EthashAux::FullAllocation::data ( ) const

Definition at line 164 of file EthashAux.cpp.

Here is the call graph for this function:

uint64_t dev::eth::EthashAux::FullAllocation::size ( ) const
inline

Definition at line 63 of file EthashAux.h.

Here is the call graph for this function:

Member Data Documentation

ethash_full_t dev::eth::EthashAux::FullAllocation::full

Definition at line 64 of file EthashAux.h.


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