#include <txdb.h>
|
| 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 () |
| |
| 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 |
| |
Definition at line 29 of file txdb.h.
◆ CDiskTxPos() [1/2]
| CDiskTxPos::CDiskTxPos |
( |
const CDiskBlockPos & |
blockIn, |
|
|
unsigned int |
nTxOffsetIn |
|
) |
| |
|
inline |
◆ CDiskTxPos() [2/2]
| CDiskTxPos::CDiskTxPos |
( |
| ) |
|
|
inline |
◆ SerializationOp()
template<typename Stream , typename Operation >
| void CDiskTxPos::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action, |
|
|
int |
nType, |
|
|
int |
nVersion |
|
) |
| |
|
inline |
◆ SetNull()
| void CDiskTxPos::SetNull |
( |
| ) |
|
|
inline |
◆ ADD_SERIALIZE_METHODS
| CDiskTxPos::ADD_SERIALIZE_METHODS |
◆ nTxOffset
| unsigned int CDiskTxPos::nTxOffset |
The documentation for this struct was generated from the following file: