Bitcoin Core  0.19.99
P2P Digital Currency
Public Member Functions | Public Attributes | Private Attributes | List of all members
CTxOutCompressor Class Reference

wrapper for CTxOut that provides a more compact serialization More...

#include <compressor.h>

Collaboration diagram for CTxOutCompressor:
[legend]

Public Member Functions

 CTxOutCompressor (CTxOut &txoutIn)
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 

Public Attributes

 ADD_SERIALIZE_METHODS
 

Private Attributes

CTxOuttxout
 

Detailed Description

wrapper for CTxOut that provides a more compact serialization

Definition at line 86 of file compressor.h.

Constructor & Destructor Documentation

◆ CTxOutCompressor()

CTxOutCompressor::CTxOutCompressor ( CTxOut txoutIn)
inlineexplicit

Definition at line 92 of file compressor.h.

Member Function Documentation

◆ SerializationOp()

template<typename Stream , typename Operation >
void CTxOutCompressor::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 97 of file compressor.h.

Here is the call graph for this function:

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CTxOutCompressor::ADD_SERIALIZE_METHODS

Definition at line 94 of file compressor.h.

◆ txout

CTxOut& CTxOutCompressor::txout
private

Definition at line 89 of file compressor.h.


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