Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Public Attributes | Friends | List of all members
CInvAsset Class Reference

inv message data More...

#include <protocol.h>

Public Member Functions

 CInvAsset ()
 
 CInvAsset (std::string name)
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 
std::string ToString () const
 

Public Attributes

 ADD_SERIALIZE_METHODS
 
std::string name
 

Friends

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

Detailed Description

inv message data

Definition at line 424 of file protocol.h.

Constructor & Destructor Documentation

◆ CInvAsset() [1/2]

CInvAsset::CInvAsset ( )

Definition at line 199 of file protocol.cpp.

◆ CInvAsset() [2/2]

CInvAsset::CInvAsset ( std::string  name)

Definition at line 204 of file protocol.cpp.

Member Function Documentation

◆ SerializationOp()

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

Definition at line 433 of file protocol.h.

Here is the call graph for this function:

◆ ToString()

std::string CInvAsset::ToString ( ) const

Definition at line 211 of file protocol.cpp.

Friends And Related Function Documentation

◆ operator<

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

Definition at line 206 of file protocol.cpp.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CInvAsset::ADD_SERIALIZE_METHODS

Definition at line 430 of file protocol.h.

◆ name

std::string CInvAsset::name

Definition at line 443 of file protocol.h.


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