Bitcoin Core 28.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
Base Class Reference

(Un)serialize a number as raw byte or 2 hexadecimal chars. More...

Inheritance diagram for Base:
[legend]

Public Member Functions

 Base ()
 
 Base (uint8_t data)
 
template<typename Stream >
void Serialize (Stream &s) const
 
template<typename Stream >
void Unserialize (Stream &s)
 

Public Attributes

uint8_t m_base_data
 

Detailed Description

(Un)serialize a number as raw byte or 2 hexadecimal chars.

Definition at line 293 of file serialize_tests.cpp.

Constructor & Destructor Documentation

◆ Base() [1/2]

Base::Base ( )
inline

Definition at line 298 of file serialize_tests.cpp.

◆ Base() [2/2]

Base::Base ( uint8_t  data)
inlineexplicit

Definition at line 299 of file serialize_tests.cpp.

Member Function Documentation

◆ Serialize()

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

Definition at line 302 of file serialize_tests.cpp.

Here is the call graph for this function:

◆ Unserialize()

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

Definition at line 312 of file serialize_tests.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ m_base_data

uint8_t Base::m_base_data

Definition at line 296 of file serialize_tests.cpp.


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