(Un)serialize a number as raw byte or 2 hexadecimal chars.
More...
|
| | Base () |
| |
| | Base (uint8_t data) |
| |
| template<typename Stream > |
| void | Serialize (Stream &s) const |
| |
| template<typename Stream > |
| void | Unserialize (Stream &s) |
| |
(Un)serialize a number as raw byte or 2 hexadecimal chars.
Definition at line 293 of file serialize_tests.cpp.
◆ Base() [1/2]
◆ Base() [2/2]
| Base::Base |
( |
uint8_t |
data | ) |
|
|
inlineexplicit |
◆ Serialize()
template<typename Stream >
| void Base::Serialize |
( |
Stream & |
s | ) |
const |
|
inline |
◆ Unserialize()
template<typename Stream >
| void Base::Unserialize |
( |
Stream & |
s | ) |
|
|
inline |
◆ m_base_data
| uint8_t Base::m_base_data |
The documentation for this class was generated from the following file: