Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | List of all members
CDiskTxPos Struct Reference

#include <main.h>

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

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 239 of file main.h.

Constructor & Destructor Documentation

CDiskTxPos::CDiskTxPos ( )
inline

Definition at line 251 of file main.h.

Member Function Documentation

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

Definition at line 248 of file main.h.

void CDiskTxPos::SetNull ( )
inline

Definition at line 255 of file main.h.

Member Data Documentation

unsigned int blockIn CDiskTxPos::nPos

Definition at line 248 of file main.h.

unsigned int CDiskTxPos::nTxOffset

Definition at line 241 of file main.h.

unsigned int CDiskTxPos::nTxOffsetIn

Definition at line 248 of file main.h.


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