![]() |
Anoncoin
0.9.4
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 128 of file protocol.h.
CInv::CInv | ( | ) |
Definition at line 99 of file protocol.cpp.
CInv::CInv | ( | int | typeIn, |
const uint256 & | hashIn | ||
) |
Definition at line 105 of file protocol.cpp.
CInv::CInv | ( | const std::string & | strType, |
const uint256 & | hashIn | ||
) |
Definition at line 111 of file protocol.cpp.
const char * CInv::GetCommand | ( | ) | const |
Definition at line 137 of file protocol.cpp.
bool CInv::IsKnownType | ( | ) | const |
void CInv::print | ( | ) | const |
std::string CInv::ToString | ( | ) | const |
Definition at line 144 of file protocol.cpp.
const CInv& CInv::b |
Definition at line 141 of file protocol.h.
uint256 CInv::hash |
Definition at line 151 of file protocol.h.
int CInv::type |
Definition at line 150 of file protocol.h.