Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | Friends | List of all members
CInv Class Reference

inv message data More...

#include <protocol.h>

Collaboration diagram for CInv:
[legend]

Public Member Functions

 CInv ()
 
 CInv (uint32_t typeIn, const uint256 &hashIn)
 
 SERIALIZE_METHODS (CInv, obj)
 
std::string GetCommand () const
 
std::string ToString () const
 
bool IsMsgTx () const
 
bool IsMsgBlk () const
 
bool IsMsgWtx () const
 
bool IsMsgFilteredBlk () const
 
bool IsMsgCmpctBlk () const
 
bool IsMsgWitnessBlk () const
 
bool IsGenTxMsg () const
 
bool IsGenBlkMsg () const
 

Public Attributes

uint32_t type
 
uint256 hash
 

Friends

bool operator< (const CInv &a, const CInv &b)
 

Detailed Description

inv message data

Definition at line 457 of file protocol.h.

Constructor & Destructor Documentation

◆ CInv() [1/2]

CInv::CInv ( )

Definition at line 126 of file protocol.cpp.

Here is the call graph for this function:

◆ CInv() [2/2]

CInv::CInv ( uint32_t  typeIn,
const uint256 hashIn 
)

Definition at line 132 of file protocol.cpp.

Member Function Documentation

◆ GetCommand()

std::string CInv::GetCommand ( ) const

Definition at line 139 of file protocol.cpp.

Here is the caller graph for this function:

◆ IsGenBlkMsg()

bool CInv::IsGenBlkMsg ( ) const
inline

Definition at line 483 of file protocol.h.

◆ IsGenTxMsg()

bool CInv::IsGenTxMsg ( ) const
inline

Definition at line 479 of file protocol.h.

Here is the caller graph for this function:

◆ IsMsgBlk()

bool CInv::IsMsgBlk ( ) const
inline

Definition at line 472 of file protocol.h.

◆ IsMsgCmpctBlk()

bool CInv::IsMsgCmpctBlk ( ) const
inline

Definition at line 475 of file protocol.h.

◆ IsMsgFilteredBlk()

bool CInv::IsMsgFilteredBlk ( ) const
inline

Definition at line 474 of file protocol.h.

◆ IsMsgTx()

bool CInv::IsMsgTx ( ) const
inline

Definition at line 471 of file protocol.h.

◆ IsMsgWitnessBlk()

bool CInv::IsMsgWitnessBlk ( ) const
inline

Definition at line 476 of file protocol.h.

◆ IsMsgWtx()

bool CInv::IsMsgWtx ( ) const
inline

Definition at line 473 of file protocol.h.

Here is the caller graph for this function:

◆ SERIALIZE_METHODS()

CInv::SERIALIZE_METHODS ( CInv  ,
obj   
)
inline

Definition at line 463 of file protocol.h.

◆ ToString()

std::string CInv::ToString ( ) const

Definition at line 158 of file protocol.cpp.

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator<

bool operator< ( const CInv a,
const CInv b 
)
friend

Definition at line 134 of file protocol.cpp.

Member Data Documentation

◆ hash

uint256 CInv::hash

Definition at line 489 of file protocol.h.

◆ type

uint32_t CInv::type

Definition at line 488 of file protocol.h.


The documentation for this class was generated from the following files: