Anoncoin  0.9.4
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CDiskTxPos Struct Reference

#include <main.h>

Inheritance diagram for CDiskTxPos:
[legend]
Collaboration diagram for CDiskTxPos:
[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 244 of file main.h.

Constructor & Destructor Documentation

CDiskTxPos::CDiskTxPos ( )
inline

Definition at line 256 of file main.h.

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

void CDiskTxPos::SetNull ( )
inline

Definition at line 260 of file main.h.

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

unsigned int CDiskTxPos::nTxOffset

Definition at line 246 of file main.h.

unsigned int CDiskTxPos::nTxOffsetIn

Definition at line 253 of file main.h.


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