Definition at line 35 of file messages.hpp.
|
template<typename Stream , typename Operation > |
void | SerializationOp (Stream &s, Operation ser_action) |
|
◆ SerializationOp()
template<typename Stream , typename Operation >
void altintegration::btc::SendCmpctMsg::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
Definition at line 42 of file messages.hpp.
42 {
43 READWRITE(this->fAnnounceUsingCMPCTBLOCK);
44 READWRITE(this->nCMPCTBLOCKVersion);
45 }
◆ operator!=
Definition at line 51 of file messages.hpp.
51 {
52 return !(a == b);
53 }
◆ operator==
Definition at line 47 of file messages.hpp.
47 {
48 return a.fAnnounceUsingCMPCTBLOCK == b.fAnnounceUsingCMPCTBLOCK &&
49 a.nCMPCTBLOCKVersion == b.nCMPCTBLOCKVersion;
50 }
◆ ADD_SERIALIZE_METHODS
altintegration::btc::SendCmpctMsg::ADD_SERIALIZE_METHODS |
◆ fAnnounceUsingCMPCTBLOCK
bool altintegration::btc::SendCmpctMsg::fAnnounceUsingCMPCTBLOCK |
◆ nCMPCTBLOCKVersion
uint64_t altintegration::btc::SendCmpctMsg::nCMPCTBLOCKVersion |
The documentation for this struct was generated from the following file: