Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <txdb.h>
Public Member Functions | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action) |
CDiskTxPos (const CDiskBlockPos &blockIn, unsigned int nTxOffsetIn) | |
CDiskTxPos () | |
void | SetNull () |
Public Member Functions inherited from CDiskBlockPos | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action) |
CDiskBlockPos () | |
CDiskBlockPos (int nFileIn, unsigned int nPosIn) | |
void | SetNull () |
bool | IsNull () const |
std::string | ToString () const |
Public Attributes | |
unsigned int | nTxOffset |
ADD_SERIALIZE_METHODS | |
Public Attributes inherited from CDiskBlockPos | |
int | nFile |
unsigned int | nPos |
ADD_SERIALIZE_METHODS | |
|
inline |
|
inline |
|
inline |
|
inline |