veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
altintegration::btc::NotFoundMsg Struct Reference

Detailed Description

Definition at line 254 of file messages.hpp.

+ Collaboration diagram for altintegration::btc::NotFoundMsg:

Public Member Functions

template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 

Public Attributes

std::vector< InvvInv
 
 ADD_SERIALIZE_METHODS
 

Friends

bool operator== (const NotFoundMsg &a, const NotFoundMsg &b)
 
bool operator!= (const NotFoundMsg &a, const NotFoundMsg &b)
 

Member Function Documentation

◆ SerializationOp()

template<typename Stream , typename Operation >
void altintegration::btc::NotFoundMsg::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 260 of file messages.hpp.

260 {
261 READWRITE(this->vInv);
262 }

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const NotFoundMsg a,
const NotFoundMsg b 
)
friend

Definition at line 267 of file messages.hpp.

267 {
268 return !(a == b);
269 }

◆ operator==

bool operator== ( const NotFoundMsg a,
const NotFoundMsg b 
)
friend

Definition at line 264 of file messages.hpp.

264 {
265 return a.vInv == b.vInv;
266 }

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

altintegration::btc::NotFoundMsg::ADD_SERIALIZE_METHODS

Definition at line 257 of file messages.hpp.

◆ vInv

std::vector<Inv> altintegration::btc::NotFoundMsg::vInv

Definition at line 255 of file messages.hpp.


The documentation for this struct was generated from the following file: