PRCYCoin  2.0.0.7rc1
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, int nType, int nVersion)
 
 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, int nType, int nVersion)
 
 CDiskBlockPos ()
 
 CDiskBlockPos (int nFileIn, unsigned int nPosIn)
 
void SetNull ()
 
bool IsNull () 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 29 of file txdb.h.

Constructor & Destructor Documentation

◆ CDiskTxPos() [1/2]

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

Definition at line 41 of file txdb.h.

◆ CDiskTxPos() [2/2]

CDiskTxPos::CDiskTxPos ( )
inline

Definition at line 45 of file txdb.h.

Here is the call graph for this function:

Member Function Documentation

◆ SerializationOp()

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

Definition at line 35 of file txdb.h.

◆ SetNull()

void CDiskTxPos::SetNull ( )
inline

Definition at line 50 of file txdb.h.

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

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CDiskTxPos::ADD_SERIALIZE_METHODS

Definition at line 32 of file txdb.h.

◆ nTxOffset

unsigned int CDiskTxPos::nTxOffset

Definition at line 30 of file txdb.h.


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