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

#include <serialize.h>

Public Member Functions

 CSizeComputer (int nTypeIn, 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
 
int GetType () const
 

Protected Attributes

size_t nSize
 
const int nType
 
const int nVersion
 

Detailed Description

Definition at line 871 of file serialize.h.

Constructor & Destructor Documentation

◆ CSizeComputer()

CSizeComputer::CSizeComputer ( int  nTypeIn,
int  nVersionIn 
)
inline

Definition at line 879 of file serialize.h.

Member Function Documentation

◆ GetType()

int CSizeComputer::GetType ( ) const
inline

Definition at line 904 of file serialize.h.

◆ GetVersion()

int CSizeComputer::GetVersion ( ) const
inline

Definition at line 903 of file serialize.h.

◆ operator<<()

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

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

Here is the caller graph for this function:

◆ size()

size_t CSizeComputer::size ( ) const
inline

Definition at line 899 of file serialize.h.

◆ write()

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

Definition at line 881 of file serialize.h.

Member Data Documentation

◆ nSize

size_t CSizeComputer::nSize
protected

Definition at line 874 of file serialize.h.

◆ nType

const int CSizeComputer::nType
protected

Definition at line 876 of file serialize.h.

◆ nVersion

const int CSizeComputer::nVersion
protected

Definition at line 877 of file serialize.h.


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