PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Protected Attributes | List of all members
CAutoBitSet Class Reference

Serializes either as a or CFixedVarIntsBitSet. More...

#include <serialize.h>

Public Member Functions

 CAutoBitSet (std::vector< bool > &vecIn, size_t sizeIn)
 
template<typename Stream >
void Serialize (Stream &s) const
 
template<typename Stream >
void Unserialize (Stream &s)
 

Protected Attributes

std::vector< bool > & vec
 
size_t size
 

Detailed Description

Serializes either as a or CFixedVarIntsBitSet.

Definition at line 630 of file serialize.h.

Constructor & Destructor Documentation

◆ CAutoBitSet()

CAutoBitSet::CAutoBitSet ( std::vector< bool > &  vecIn,
size_t  sizeIn 
)
inlineexplicit

Definition at line 637 of file serialize.h.

Member Function Documentation

◆ Serialize()

template<typename Stream >
void CAutoBitSet::Serialize ( Stream &  s) const
inline

Definition at line 640 of file serialize.h.

Here is the call graph for this function:

◆ Unserialize()

template<typename Stream >
void CAutoBitSet::Unserialize ( Stream &  s)
inline

Definition at line 649 of file serialize.h.

Here is the call graph for this function:

Member Data Documentation

◆ size

size_t CAutoBitSet::size
protected

Definition at line 634 of file serialize.h.

◆ vec

std::vector<bool>& CAutoBitSet::vec
protected

Definition at line 633 of file serialize.h.


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