Definition at line 592 of file serialize.hpp.
◆ CCompactSize()
altintegration::btc::CCompactSize::CCompactSize |
( |
uint64_t & |
nIn | ) |
|
|
inlineexplicit |
◆ Serialize()
template<typename Stream >
void altintegration::btc::CCompactSize::Serialize |
( |
Stream & |
s | ) |
const |
|
inline |
Definition at line 600 of file serialize.hpp.
600 {
601 WriteCompactSize<Stream>(s, n);
602 }
◆ Unserialize()
template<typename Stream >
void altintegration::btc::CCompactSize::Unserialize |
( |
Stream & |
s | ) |
|
|
inline |
Definition at line 605 of file serialize.hpp.
605 {
606 n = ReadCompactSize<Stream>(s);
607 }
uint64_t& altintegration::btc::CCompactSize::n |
|
protected |
The documentation for this class was generated from the following file: