Raven Core  3.0.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 (int typeIn, const uint256 &hashIn)
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 
std::string GetCommand () const
 
std::string ToString () const
 

Public Attributes

 ADD_SERIALIZE_METHODS
 
int type
 
uint256 hash
 

Friends

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

Detailed Description

inv message data

Definition at line 397 of file protocol.h.

Constructor & Destructor Documentation

◆ CInv() [1/2]

CInv::CInv ( )

Definition at line 155 of file protocol.cpp.

◆ CInv() [2/2]

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

Definition at line 161 of file protocol.cpp.

Member Function Documentation

◆ GetCommand()

std::string CInv::GetCommand ( ) const

Definition at line 168 of file protocol.cpp.

Here is the caller graph for this function:

◆ SerializationOp()

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

Definition at line 406 of file protocol.h.

Here is the call graph for this function:

◆ ToString()

std::string CInv::ToString ( ) const

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

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CInv::ADD_SERIALIZE_METHODS

Definition at line 403 of file protocol.h.

◆ hash

uint256 CInv::hash

Definition at line 420 of file protocol.h.

◆ type

int CInv::type

Definition at line 419 of file protocol.h.


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