Definition at line 368 of file net_entities.hpp.
|
template<typename Stream , typename Operation > |
void | SerializationOp (Stream &s, Operation ser_action) |
|
◆ SerializationOp()
template<typename Stream , typename Operation >
void altintegration::btc::BloomFilter::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
Definition at line 377 of file net_entities.hpp.
377 {
378 READWRITE(this->vData);
379 READWRITE(this->nHashFuncs);
380 READWRITE(this->nTweak);
381 READWRITE(this->nFlags);
382 }
◆ operator!=
◆ operator==
Definition at line 384 of file net_entities.hpp.
384 {
385 return a.vData == b.vData && a.nHashFuncs == b.nHashFuncs &&
386 a.nTweak == b.nTweak && a.nFlags == b.nFlags;
387 }
◆ ADD_SERIALIZE_METHODS
altintegration::btc::BloomFilter::ADD_SERIALIZE_METHODS |
◆ nFlags
uint8_t altintegration::btc::BloomFilter::nFlags |
◆ nHashFuncs
uint32_t altintegration::btc::BloomFilter::nHashFuncs |
◆ nTweak
uint32_t altintegration::btc::BloomFilter::nTweak |
◆ vData
std::vector<uint8_t> altintegration::btc::BloomFilter::vData |
The documentation for this struct was generated from the following file: