![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
inv message data More...
#include <protocol.h>
Public Member Functions | |
CInv () | |
CInv (int typeIn, const uint256 &hashIn) | |
CInv (const std::string &strType, const uint256 &hashIn) | |
IMPLEMENT_SERIALIZE (READWRITE(type);READWRITE(hash);) friend bool operator<(const CInv &a | |
bool | IsKnownType () const |
const char * | GetCommand () const |
std::string | ToString () const |
void | print () const |
Public Attributes | |
const CInv & | b |
int | type |
uint256 | hash |
inv message data
Definition at line 113 of file protocol.h.
CInv::CInv | ( | ) |
Definition at line 98 of file protocol.cpp.
CInv::CInv | ( | int | typeIn, |
const uint256 & | hashIn | ||
) |
Definition at line 104 of file protocol.cpp.
CInv::CInv | ( | const std::string & | strType, |
const uint256 & | hashIn | ||
) |
Definition at line 110 of file protocol.cpp.
const char * CInv::GetCommand | ( | ) | const |
Definition at line 136 of file protocol.cpp.
bool CInv::IsKnownType | ( | ) | const |
Definition at line 131 of file protocol.cpp.
void CInv::print | ( | ) | const |
Definition at line 148 of file protocol.cpp.
std::string CInv::ToString | ( | ) | const |
Definition at line 143 of file protocol.cpp.
const CInv& CInv::b |
Definition at line 126 of file protocol.h.
uint256 CInv::hash |
Definition at line 136 of file protocol.h.
int CInv::type |
Definition at line 135 of file protocol.h.