Definition at line 200 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::FilterLoadMsg::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
Definition at line 206 of file messages.hpp.
206 {
207 READWRITE(this->filter);
208 }
◆ operator!=
Definition at line 213 of file messages.hpp.
213 {
214 return !(a == b);
215 }
◆ operator==
Definition at line 210 of file messages.hpp.
210 {
211 return a.filter == b.filter;
212 }
◆ ADD_SERIALIZE_METHODS
altintegration::btc::FilterLoadMsg::ADD_SERIALIZE_METHODS |
◆ filter
The documentation for this struct was generated from the following file: