![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <chain.h>
Public Member Functions | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
CDiskBlockPos () | |
CDiskBlockPos (int nFileIn, unsigned int nPosIn) | |
void | SetNull () |
bool | IsNull () const |
std::string | ToString () const |
Public Attributes | |
int | nFile |
unsigned int | nPos |
ADD_SERIALIZE_METHODS | |
Friends | |
bool | operator== (const CDiskBlockPos &a, const CDiskBlockPos &b) |
bool | operator!= (const CDiskBlockPos &a, const CDiskBlockPos &b) |
|
inline |
|
inline |
Definition at line 48 of file chain.h.
Referenced by ConnectBlock(), DisconnectBlock(), OpenDiskFile(), and CVerifyDB::VerifyDB().
|
inline |
|
inline |
Definition at line 47 of file chain.h.
Referenced by CDiskBlockPos(), and CDiskTxPos::SetNull().
|
inline |
Definition at line 50 of file chain.h.
Referenced by ReadBlockFromDisk().
|
friend |
|
friend |
int CDiskBlockPos::nFile |
Definition at line 19 of file chain.h.
Referenced by CDiskBlockPos(), FindBlockPos(), FindUndoPos(), CBlockIndex::GetBlockPos(), GetBlockPosFilename(), CBlockIndex::GetUndoPos(), IsNull(), ReceivedBlockTransactions(), SerializationOp(), SetNull(), and ToString().
unsigned int CDiskBlockPos::nPos |
Definition at line 20 of file chain.h.
Referenced by CDiskBlockPos(), ConnectBlock(), FindBlockPos(), FindUndoPos(), CBlockIndex::GetBlockPos(), CBlockIndex::GetUndoPos(), LoadExternalBlockFile(), OpenDiskFile(), ReceivedBlockTransactions(), SerializationOp(), SetNull(), ToString(), and WriteBlockToDisk().