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

An alert is a combination of a serialized CUnsignedAlert and a signature. More...

#include <alert.h>

Inheritance diagram for CAlert:
Inheritance graph
[legend]
Collaboration diagram for CAlert:
Collaboration graph
[legend]

Public Member Functions

 CAlert ()
 
 IMPLEMENT_SERIALIZE (READWRITE(vchMsg);READWRITE(vchSig);) void SetNull()
 
bool IsNull () const
 
uint256 GetHash () const
 
bool IsInEffect () const
 
bool Cancels (const CAlert &alert) const
 
bool AppliesTo (int nVersion, std::string strSubVerIn) const
 
bool AppliesToMe () const
 
bool RelayTo (CNode *pnode) const
 
bool CheckSignature () const
 
bool ProcessAlert (bool fThread=true)
 
- Public Member Functions inherited from CUnsignedAlert
 IMPLEMENT_SERIALIZE (READWRITE(this->nVersion);nVersion=this->nVersion;READWRITE(nRelayUntil);READWRITE(nExpiration);READWRITE(nID);READWRITE(nCancel);READWRITE(setCancel);READWRITE(nMinVer);READWRITE(nMaxVer);READWRITE(setSubVer);READWRITE(nPriority);READWRITE(strComment);READWRITE(strStatusBar);READWRITE(strReserved);) void SetNull()
 
std::string ToString () const
 
void print () const
 

Static Public Member Functions

static CAlert getAlertByHash (const uint256 &hash)
 

Public Attributes

std::vector< unsigned char > vchMsg
 
std::vector< unsigned char > vchSig
 
- Public Attributes inherited from CUnsignedAlert
int nVersion
 
int64 nRelayUntil
 
int64 nExpiration
 
int nID
 
int nCancel
 
std::set< int > setCancel
 
int nMinVer
 
int nMaxVer
 
std::set< std::string > setSubVer
 
int nPriority
 
std::string strComment
 
std::string strStatusBar
 
std::string strReserved
 

Detailed Description

An alert is a combination of a serialized CUnsignedAlert and a signature.

Definition at line 68 of file alert.h.

Constructor & Destructor Documentation

CAlert::CAlert ( )
inline

Definition at line 74 of file alert.h.

Member Function Documentation

bool CAlert::AppliesTo ( int  nVersion,
std::string  strSubVerIn 
) const

Definition at line 114 of file alert.cpp.

bool CAlert::AppliesToMe ( ) const

Definition at line 122 of file alert.cpp.

bool CAlert::Cancels ( const CAlert alert) const

Definition at line 107 of file alert.cpp.

bool CAlert::CheckSignature ( ) const

Definition at line 145 of file alert.cpp.

CAlert CAlert::getAlertByHash ( const uint256 hash)
static

Definition at line 157 of file alert.cpp.

uint256 CAlert::GetHash ( ) const

Definition at line 97 of file alert.cpp.

CAlert::IMPLEMENT_SERIALIZE ( READWRITE(vchMsg);READWRITE(vchSig);  )
bool CAlert::IsInEffect ( ) const

Definition at line 102 of file alert.cpp.

bool CAlert::IsNull ( ) const

Definition at line 92 of file alert.cpp.

bool CAlert::ProcessAlert ( bool  fThread = true)

Definition at line 169 of file alert.cpp.

bool CAlert::RelayTo ( CNode pnode) const

Definition at line 127 of file alert.cpp.

Member Data Documentation

std::vector<unsigned char> CAlert::vchMsg

Definition at line 71 of file alert.h.

std::vector<unsigned char> CAlert::vchSig

Definition at line 72 of file alert.h.


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