![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <main.h>
Inheritance diagram for CDiskBlockPos:
Collaboration diagram for CDiskBlockPos:Public Member Functions | |
| IMPLEMENT_SERIALIZE (READWRITE(VARINT(nFile));READWRITE(VARINT(nPos));) CDiskBlockPos() | |
| CDiskBlockPos (int nFileIn, unsigned int nPosIn) | |
| void | SetNull () |
| bool | IsNull () const |
Public Attributes | |
| int | nFile |
| unsigned int | nPos |
Friends | |
| bool | operator== (const CDiskBlockPos &a, const CDiskBlockPos &b) |
| bool | operator!= (const CDiskBlockPos &a, const CDiskBlockPos &b) |
|
inline |
Definition at line 231 of file main.h.
Referenced by ConnectBlock(), DisconnectBlock(), OpenDiskFile(), and VerifyDB().
Here is the caller graph for this function:
|
inline |
Definition at line 230 of file main.h.
Referenced by CDiskTxPos::SetNull().
Here is the caller graph for this function:
|
friend |
|
friend |
| int CDiskBlockPos::nFile |
Definition at line 205 of file main.h.
Referenced by AddToBlockIndex(), FindBlockPos(), FindUndoPos(), CBlockIndex::GetBlockPos(), CBlockIndex::GetUndoPos(), LoadExternalBlockFile(), OpenDiskFile(), and PrintBlockTree().
| unsigned int CDiskBlockPos::nPos |
Definition at line 206 of file main.h.
Referenced by AddToBlockIndex(), ConnectBlock(), FindBlockPos(), FindUndoPos(), CBlockIndex::GetBlockPos(), CBlockIndex::GetUndoPos(), LoadExternalBlockFile(), OpenDiskFile(), PrintBlockTree(), and WriteBlockToDisk().
1.8.8