Raven Core
3.0.0
P2P Digital Currency
|
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) |
inv message data
Definition at line 424 of file protocol.h.
CInvAsset::CInvAsset | ( | ) |
Definition at line 199 of file protocol.cpp.
CInvAsset::CInvAsset | ( | std::string | name | ) |
Definition at line 204 of file protocol.cpp.
|
inline |
std::string CInvAsset::ToString | ( | ) | const |
Definition at line 211 of file protocol.cpp.
Definition at line 206 of file protocol.cpp.
CInvAsset::ADD_SERIALIZE_METHODS |
Definition at line 430 of file protocol.h.
std::string CInvAsset::name |
Definition at line 443 of file protocol.h.