Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <chain.h>
Definition at line 85 of file chain.h.
◆ CDiskBlockPos() [1/2]
CDiskBlockPos::CDiskBlockPos |
( |
| ) |
|
|
inline |
◆ CDiskBlockPos() [2/2]
CDiskBlockPos::CDiskBlockPos |
( |
int |
nFileIn, |
|
|
unsigned int |
nPosIn |
|
) |
| |
|
inline |
◆ IsNull()
bool CDiskBlockPos::IsNull |
( |
| ) |
const |
|
inline |
◆ SerializationOp()
template<typename Stream , typename Operation >
void CDiskBlockPos::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
◆ SetNull()
void CDiskBlockPos::SetNull |
( |
| ) |
|
|
inline |
◆ ToString()
std::string CDiskBlockPos::ToString |
( |
| ) |
const |
|
inline |
◆ operator!=
◆ operator==
◆ ADD_SERIALIZE_METHODS
CDiskBlockPos::ADD_SERIALIZE_METHODS |
◆ nFile
Definition at line 87 of file chain.h.
Referenced by BOOST_FIXTURE_TEST_CASE(), CDiskBlockPos(), FindBlockPos(), FindUndoPos(), CBlockIndex::GetBlockPos(), GetBlockPosFilename(), CBlockIndex::GetUndoPos(), IsNull(), CChainState::ReceivedBlockTransactions(), SerializationOp(), SetNull(), and ToString().
◆ nPos
unsigned int CDiskBlockPos::nPos |
Definition at line 88 of file chain.h.
Referenced by CDiskBlockPos(), FindBlockPos(), FindUndoPos(), CBlockIndex::GetBlockPos(), CBlockIndex::GetUndoPos(), LoadExternalBlockFile(), OpenDiskFile(), CChainState::ReceivedBlockTransactions(), SerializationOp(), SetNull(), ToString(), WriteBlockToDisk(), and WriteUndoDataForBlock().
The documentation for this struct was generated from the following file: