![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <main.h>
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 |
|
friend |
|
friend |