![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <main.h>
Inheritance diagram for CDiskTxPos:
Collaboration diagram for CDiskTxPos:Public Member Functions | |
| IMPLEMENT_SERIALIZE (READWRITE(*(CDiskBlockPos *) this);READWRITE(VARINT(nTxOffset));) CDiskTxPos(const CDiskBlockPos &blockIn | |
| unsigned int blockIn | nTxOffset (nTxOffsetIn) |
| CDiskTxPos () | |
| void | SetNull () |
Public Member Functions inherited from CDiskBlockPos | |
| IMPLEMENT_SERIALIZE (READWRITE(VARINT(nFile));READWRITE(VARINT(nPos));) CDiskBlockPos() | |
| CDiskBlockPos (int nFileIn, unsigned int nPosIn) | |
| void | SetNull () |
| bool | IsNull () const |
Public Attributes | |
| unsigned int | nTxOffset |
| unsigned int | nTxOffsetIn: CDiskBlockPos(blockIn.nFile |
| unsigned int blockIn | nPos |
Public Attributes inherited from CDiskBlockPos | |
| int | nFile |
| unsigned int | nPos |
|
inline |
| CDiskTxPos::IMPLEMENT_SERIALIZE | ( | READWRITE(*(CDiskBlockPos *) this);READWRITE(VARINT(nTxOffset)); | ) | const |
|
inline |
|
inline |
Definition at line 250 of file main.h.
References CDiskBlockPos::SetNull().
Referenced by CDiskTxPos().
Here is the call graph for this function:
Here is the caller graph for this function:| unsigned int CDiskTxPos::nTxOffset |
Definition at line 236 of file main.h.
Referenced by ConnectBlock(), and GetTransaction().
1.8.8