Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
CDiskTxPos Struct Reference

#include <main.h>

+ Inheritance diagram for CDiskTxPos:
+ Collaboration diagram for CDiskTxPos:

Public Member Functions

 IMPLEMENT_SERIALIZE (READWRITE(*(CDiskBlockPos *) this);READWRITE(VARINT(nTxOffset));) CDiskTxPos(const CDiskBlockPos &blockIn
 
unsigned int blockIn nTxOffset (nTxOffsetIn)
 
 CDiskTxPos ()
 
void SetNull ()
 
- Public Member Functions inherited from CDiskBlockPos
 IMPLEMENT_SERIALIZE (READWRITE(VARINT(nFile));READWRITE(VARINT(nPos));) CDiskBlockPos()
 
 CDiskBlockPos (int nFileIn, unsigned int nPosIn)
 
void SetNull ()
 
bool IsNull () const
 

Public Attributes

unsigned int nTxOffset
 
unsigned int nTxOffsetIn: CDiskBlockPos(blockIn.nFile
 
unsigned int blockIn nPos
 
- Public Attributes inherited from CDiskBlockPos
int nFile
 
unsigned int nPos
 

Detailed Description

Definition at line 234 of file main.h.

Constructor & Destructor Documentation

CDiskTxPos::CDiskTxPos ( )
inline

Definition at line 246 of file main.h.

References SetNull().

+ Here is the call graph for this function:

Member Function Documentation

CDiskTxPos::IMPLEMENT_SERIALIZE ( READWRITE(*(CDiskBlockPos *) this);READWRITE(VARINT(nTxOffset));  ) const
unsigned int blockIn CDiskTxPos::nTxOffset ( nTxOffsetIn  )
inline

Definition at line 243 of file main.h.

void CDiskTxPos::SetNull ( )
inline

Definition at line 250 of file main.h.

References CDiskBlockPos::SetNull().

Referenced by CDiskTxPos().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

unsigned int blockIn CDiskTxPos::nPos

Definition at line 243 of file main.h.

unsigned int CDiskTxPos::nTxOffset

Definition at line 236 of file main.h.

Referenced by ConnectBlock(), and GetTransaction().

unsigned int CDiskTxPos::nTxOffsetIn

Definition at line 243 of file main.h.


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