![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <main.h>
Public Member Functions | |
IMPLEMENT_SERIALIZE (READWRITE(*(CDiskBlockPos *) this);READWRITE(VARINT(nTxOffset));) CDiskTxPos(const CDiskBlockPos &blockIn | |
unsigned int blockIn | nTxOffset (nTxOffsetIn) |
CDiskTxPos () | |
void | SetNull () |
![]() | |
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 |
![]() | |
int | nFile |
unsigned int | nPos |
CDiskTxPos::IMPLEMENT_SERIALIZE | ( | READWRITE(*(CDiskBlockPos *) this);READWRITE(VARINT(nTxOffset)); | ) | const |
|
inline |