Bitcoin Core  26.1.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 488 of file protocol.h.

Constructor & Destructor Documentation

◆ CInv() [1/2]

CInv::CInv ( )

Definition at line 141 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 147 of file protocol.cpp.

Member Function Documentation

◆ GetCommand()

std::string CInv::GetCommand ( ) const

Definition at line 154 of file protocol.cpp.

Here is the caller graph for this function:

◆ IsGenBlkMsg()

bool CInv::IsGenBlkMsg ( ) const
inline

Definition at line 514 of file protocol.h.

◆ IsGenTxMsg()

bool CInv::IsGenTxMsg ( ) const
inline

Definition at line 510 of file protocol.h.

Here is the caller graph for this function:

◆ IsMsgBlk()

bool CInv::IsMsgBlk ( ) const
inline

Definition at line 503 of file protocol.h.

◆ IsMsgCmpctBlk()

bool CInv::IsMsgCmpctBlk ( ) const
inline

Definition at line 506 of file protocol.h.

◆ IsMsgFilteredBlk()

bool CInv::IsMsgFilteredBlk ( ) const
inline

Definition at line 505 of file protocol.h.

◆ IsMsgTx()

bool CInv::IsMsgTx ( ) const
inline

Definition at line 502 of file protocol.h.

◆ IsMsgWitnessBlk()

bool CInv::IsMsgWitnessBlk ( ) const
inline

Definition at line 507 of file protocol.h.

◆ IsMsgWtx()

bool CInv::IsMsgWtx ( ) const
inline

Definition at line 504 of file protocol.h.

Here is the caller graph for this function:

◆ SERIALIZE_METHODS()

CInv::SERIALIZE_METHODS ( CInv  ,
obj   
)
inline

Definition at line 494 of file protocol.h.

◆ ToString()

std::string CInv::ToString ( ) const

Definition at line 173 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 149 of file protocol.cpp.

Member Data Documentation

◆ hash

uint256 CInv::hash

Definition at line 520 of file protocol.h.

◆ type

uint32_t CInv::type

Definition at line 519 of file protocol.h.


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