Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 294 of file serialize_tests.cpp.

Constructor & Destructor Documentation

◆ Base() [1/2]

Base::Base ( )
inline

Definition at line 299 of file serialize_tests.cpp.

◆ Base() [2/2]

Base::Base ( uint8_t data)
inlineexplicit

Definition at line 300 of file serialize_tests.cpp.

Member Function Documentation

◆ Serialize()

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

Definition at line 303 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 313 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 297 of file serialize_tests.cpp.


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