Definition at line 72 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::GetDataMsg::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
Definition at line 78 of file messages.hpp.
78 {
79 READWRITE(this->vInv);
80 }
◆ operator!=
Definition at line 85 of file messages.hpp.
85 {
86 return !(a == b);
87 }
◆ operator==
Definition at line 82 of file messages.hpp.
82 {
83 return a.vInv == b.vInv;
84 }
◆ ADD_SERIALIZE_METHODS
altintegration::btc::GetDataMsg::ADD_SERIALIZE_METHODS |
◆ vInv
std::vector<Inv> altintegration::btc::GetDataMsg::vInv |
The documentation for this struct was generated from the following file: