BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Public Member Functions | Protected Attributes | List of all members
CSizeComputer Class Reference

#include <serialize.h>

Public Member Functions

 CSizeComputer (int nVersionIn)
 
void write (const char *psz, size_t _nSize)
 
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
 
const int nVersion
 

Detailed Description

Definition at line 899 of file serialize.h.

Constructor & Destructor Documentation

◆ CSizeComputer()

CSizeComputer::CSizeComputer ( int  nVersionIn)
inlineexplicit

Definition at line 906 of file serialize.h.

Member Function Documentation

◆ GetVersion()

int CSizeComputer::GetVersion ( ) const
inline

Definition at line 930 of file serialize.h.

◆ operator<<()

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

Definition at line 920 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 914 of file serialize.h.

Here is the caller graph for this function:

◆ size()

size_t CSizeComputer::size ( ) const
inline

Definition at line 926 of file serialize.h.

Here is the caller graph for this function:

◆ write()

void CSizeComputer::write ( const char *  psz,
size_t  _nSize 
)
inline

Definition at line 908 of file serialize.h.

Member Data Documentation

◆ nSize

size_t CSizeComputer::nSize
protected

Definition at line 902 of file serialize.h.

◆ nVersion

const int CSizeComputer::nVersion
protected

Definition at line 904 of file serialize.h.


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