#include <spork.h>
Definition at line 70 of file spork.h.
◆ CSporkManager()
| CSporkManager::CSporkManager |
( |
| ) |
|
◆ AddOrUpdateSporkMessage()
| void CSporkManager::AddOrUpdateSporkMessage |
( |
const CSporkMessage & |
spork, |
|
|
bool |
flush = false |
|
) |
| |
◆ Clear()
| void CSporkManager::Clear |
( |
| ) |
|
◆ GetSporkIDByName()
| SporkId CSporkManager::GetSporkIDByName |
( |
std::string |
strName | ) |
|
◆ GetSporkNameByID()
| std::string CSporkManager::GetSporkNameByID |
( |
SporkId |
id | ) |
|
◆ GetSporkValue()
| int64_t CSporkManager::GetSporkValue |
( |
SporkId |
nSporkID | ) |
|
◆ IsSporkActive()
| bool CSporkManager::IsSporkActive |
( |
SporkId |
nSporkID | ) |
|
◆ LoadSporksFromDB()
| void CSporkManager::LoadSporksFromDB |
( |
| ) |
|
- Todo:
- : Temporary workaround for v5.0 clients to ensure up-to-date protocol version spork
Definition at line 47 of file spork.cpp.
◆ ProcessGetSporks()
| void CSporkManager::ProcessGetSporks |
( |
CNode * |
pfrom, |
|
|
std::string & |
strCommand, |
|
|
CDataStream & |
vRecv |
|
) |
| |
◆ ProcessSpork()
| bool CSporkManager::ProcessSpork |
( |
CNode * |
pfrom, |
|
|
std::string & |
strCommand, |
|
|
CDataStream & |
vRecv, |
|
|
int & |
dosScore |
|
) |
| |
◆ ProcessSporkMsg() [1/2]
| int CSporkManager::ProcessSporkMsg |
( |
CDataStream & |
vRecv | ) |
|
◆ ProcessSporkMsg() [2/2]
◆ SERIALIZE_METHODS()
◆ SetPrivKey()
| bool CSporkManager::SetPrivKey |
( |
std::string |
strPrivKey | ) |
|
◆ ToString()
| std::string CSporkManager::ToString |
( |
| ) |
const |
◆ UpdateSpork()
| bool CSporkManager::UpdateSpork |
( |
SporkId |
nSporkID, |
|
|
int64_t |
nValue |
|
) |
| |
◆ cs
◆ mapSporksActive
◆ sporkDefsById
◆ sporkDefsByName
| std::map<std::string, CSporkDef*> CSporkManager::sporkDefsByName |
|
private |
◆ strMasterPrivKey
| std::string CSporkManager::strMasterPrivKey |
|
private |
The documentation for this class was generated from the following files: