![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <masternodeconfig.h>
Classes | |
class | CMasternodeEntry |
Public Member Functions | |
CMasternodeConfig () | |
void | clear () |
bool | read (std::string &strErr) |
void | add (std::string alias, std::string ip, std::string privKey, std::string txHash, std::string outputIndex) |
std::vector< CMasternodeEntry > & | getEntries () |
int | getCount () |
Private Attributes | |
std::vector< CMasternodeEntry > | entries |
Definition at line 12 of file masternodeconfig.h.
|
inline |
Definition at line 76 of file masternodeconfig.h.
void CMasternodeConfig::add | ( | std::string | alias, |
std::string | ip, | ||
std::string | privKey, | ||
std::string | txHash, | ||
std::string | outputIndex | ||
) |
Definition at line 12 of file masternodeconfig.cpp.
Referenced by read().
void CMasternodeConfig::clear | ( | ) |
|
inline |
Definition at line 88 of file masternodeconfig.h.
Referenced by AppInit2(), and OptionsModel::Init().
|
inline |
Definition at line 84 of file masternodeconfig.h.
Referenced by AppInit2(), gobject(), masternode(), masternodebroadcast(), MasternodeList::StartAlias(), MasternodeList::StartAll(), and MasternodeList::updateMyNodeList().
bool CMasternodeConfig::read | ( | std::string & | strErr | ) |
Definition at line 17 of file masternodeconfig.cpp.
|
private |
Definition at line 93 of file masternodeconfig.h.
Referenced by add(), CMasternodeConfig(), getCount(), and getEntries().