Bitcoin Core  26.99.0
P2P Digital Currency
Public Member Functions | Protected Attributes | List of all members
CSizeComputer Class Reference

#include <serialize.h>

Public Member Functions

 CSizeComputer (int nVersionIn)
 
void write (Span< const std::byte > src)
 
void seek (size_t _nSize)
 Pretend _nSize bytes are written, without specifying them. More...
 
template<typename T >
CSizeComputeroperator<< (const T &obj)
 
size_t size () const
 
int GetVersion () const
 

Protected Attributes

size_t nSize {0}
 
const int nVersion
 

Detailed Description

Definition at line 1081 of file serialize.h.

Constructor & Destructor Documentation

◆ CSizeComputer()

CSizeComputer::CSizeComputer ( int  nVersionIn)
inlineexplicit

Definition at line 1088 of file serialize.h.

Member Function Documentation

◆ GetVersion()

int CSizeComputer::GetVersion ( ) const
inline

Definition at line 1112 of file serialize.h.

◆ operator<<()

template<typename T >
CSizeComputer& CSizeComputer::operator<< ( const T obj)
inline

Definition at line 1102 of file serialize.h.

Here is the call graph for this function:

◆ seek()

void CSizeComputer::seek ( size_t  _nSize)
inline

Pretend _nSize bytes are written, without specifying them.

Definition at line 1096 of file serialize.h.

Here is the caller graph for this function:

◆ size()

size_t CSizeComputer::size ( ) const
inline

Definition at line 1108 of file serialize.h.

Here is the caller graph for this function:

◆ write()

void CSizeComputer::write ( Span< const std::byte >  src)
inline

Definition at line 1090 of file serialize.h.

Here is the call graph for this function:

Member Data Documentation

◆ nSize

size_t CSizeComputer::nSize {0}
protected

Definition at line 1084 of file serialize.h.

◆ nVersion

const int CSizeComputer::nVersion
protected

Definition at line 1086 of file serialize.h.


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