Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CDiskTxPos Struct Reference
#include <txdb.h>
Inheritance diagram for CDiskTxPos:
Collaboration diagram for CDiskTxPos:
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 | |
Detailed Description
Constructor & Destructor Documentation
◆ CDiskTxPos() [1/2]
|
inline |
◆ CDiskTxPos() [2/2]
Member Function Documentation
◆ SerializationOp()
template<typename Stream , typename Operation >
|
inline |
◆ SetNull()
|
inline |
Definition at line 64 of file txdb.h.
References nTxOffset, and CDiskBlockPos::SetNull().
Referenced by CDiskTxPos().
Member Data Documentation
◆ ADD_SERIALIZE_METHODS
◆ nTxOffset
unsigned int CDiskTxPos::nTxOffset |
Definition at line 47 of file txdb.h.
Referenced by GetTransaction(), SerializationOp(), SetNull(), and WriteTxIndexDataForBlock().
The documentation for this struct was generated from the following file:
- src/txdb.h