Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | List of all members
CInv Class Reference

inv message data More...

#include <protocol.h>

Collaboration diagram for CInv:
Collaboration graph
[legend]

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 CInvb
 
int type
 
uint256 hash
 

Detailed Description

inv message data

Definition at line 113 of file protocol.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

const char * CInv::GetCommand ( ) const

Definition at line 136 of file protocol.cpp.

CInv::IMPLEMENT_SERIALIZE ( READWRITE(type);READWRITE(hash);  ) const
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.

Member Data Documentation

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.


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