Definition at line 218 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::FilterAddMsg::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
Definition at line 224 of file messages.hpp.
224 {
225 READWRITE(this->vData);
226 }
◆ operator!=
Definition at line 231 of file messages.hpp.
231 {
232 return !(a == b);
233 }
◆ operator==
Definition at line 228 of file messages.hpp.
228 {
229 return a.vData == b.vData;
230 }
◆ ADD_SERIALIZE_METHODS
altintegration::btc::FilterAddMsg::ADD_SERIALIZE_METHODS |
◆ vData
std::vector<uint8_t> altintegration::btc::FilterAddMsg::vData |
The documentation for this struct was generated from the following file: