Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CDiskTxPos Struct Reference

#include <txdb.h>

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

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

Definition at line 48 of file txdb.h.

Constructor & Destructor Documentation

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

Definition at line 60 of file txdb.h.

CDiskTxPos::CDiskTxPos ( )
inline

Definition at line 63 of file txdb.h.

Here is the call graph for this function:

Member Function Documentation

template<typename Stream , typename Operation >
void CDiskTxPos::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 55 of file txdb.h.

void CDiskTxPos::SetNull ( )
inline

Definition at line 67 of file txdb.h.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

CDiskTxPos::ADD_SERIALIZE_METHODS

Definition at line 52 of file txdb.h.

unsigned int CDiskTxPos::nTxOffset

Definition at line 50 of file txdb.h.


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