Bitcoin Core  27.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 281 of file serialize_tests.cpp.

Constructor & Destructor Documentation

◆ Base() [1/2]

Base::Base ( )
inline

Definition at line 286 of file serialize_tests.cpp.

◆ Base() [2/2]

Base::Base ( uint8_t  data)
inlineexplicit

Definition at line 287 of file serialize_tests.cpp.

Member Function Documentation

◆ Serialize()

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

Definition at line 290 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 300 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 284 of file serialize_tests.cpp.


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