Bitcoin ABC  0.29.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CDiskTxPos Struct Reference

#include <disktxpos.h>

Inheritance diagram for CDiskTxPos:
[legend]
Collaboration diagram for CDiskTxPos:
[legend]

Public Member Functions

 SERIALIZE_METHODS (CDiskTxPos, obj)
 
 CDiskTxPos (const FlatFilePos &blockIn, unsigned int nTxOffsetIn)
 
 CDiskTxPos ()
 
void SetNull ()
 
- Public Member Functions inherited from FlatFilePos
 SERIALIZE_METHODS (FlatFilePos, obj)
 
 FlatFilePos ()
 
 FlatFilePos (int nFileIn, unsigned int nPosIn)
 
void SetNull ()
 
bool IsNull () const
 
std::string ToString () const
 

Public Attributes

unsigned int nTxOffset
 
- Public Attributes inherited from FlatFilePos
int nFile
 
unsigned int nPos
 

Detailed Description

Definition at line 11 of file disktxpos.h.

Constructor & Destructor Documentation

◆ CDiskTxPos() [1/2]

CDiskTxPos::CDiskTxPos ( const FlatFilePos blockIn,
unsigned int  nTxOffsetIn 
)
inline

Definition at line 19 of file disktxpos.h.

◆ CDiskTxPos() [2/2]

CDiskTxPos::CDiskTxPos ( )
inline

Definition at line 22 of file disktxpos.h.

Here is the call graph for this function:

Member Function Documentation

◆ SERIALIZE_METHODS()

CDiskTxPos::SERIALIZE_METHODS ( CDiskTxPos  ,
obj   
)
inline

Definition at line 14 of file disktxpos.h.

◆ SetNull()

void CDiskTxPos::SetNull ( )
inline

Definition at line 24 of file disktxpos.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ nTxOffset

unsigned int CDiskTxPos::nTxOffset

Definition at line 12 of file disktxpos.h.


The documentation for this struct was generated from the following file: