PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
CMasternodeConfig::CMasternodeEntry Class Reference

#include <masternodeconfig.h>

Public Member Functions

 CMasternodeEntry (std::string &_alias, std::string &_ip, std::string &_privKey, std::string &_txHash, std::string &_outputIndex)
 
const std::string & getAlias () const
 
const std::string & getOutputIndex () const
 
bool castOutputIndex (int &n) const
 
const std::string & getPrivKey () const
 
const std::string & getTxHash () const
 
const std::string & getIp () const
 

Private Attributes

std::string alias
 
std::string ip
 
std::string privKey
 
std::string txHash
 
std::string outputIndex
 

Detailed Description

Definition at line 19 of file masternodeconfig.h.

Constructor & Destructor Documentation

◆ CMasternodeEntry()

CMasternodeConfig::CMasternodeEntry::CMasternodeEntry ( std::string &  _alias,
std::string &  _ip,
std::string &  _privKey,
std::string &  _txHash,
std::string &  _outputIndex 
)
inline

Definition at line 29 of file masternodeconfig.h.

Member Function Documentation

◆ castOutputIndex()

bool CMasternodeConfig::CMasternodeEntry::castOutputIndex ( int &  n) const

Definition at line 105 of file masternodeconfig.cpp.

Here is the caller graph for this function:

◆ getAlias()

const std::string& CMasternodeConfig::CMasternodeEntry::getAlias ( ) const
inline

Definition at line 32 of file masternodeconfig.h.

Here is the caller graph for this function:

◆ getIp()

const std::string& CMasternodeConfig::CMasternodeEntry::getIp ( ) const
inline

Definition at line 37 of file masternodeconfig.h.

Here is the caller graph for this function:

◆ getOutputIndex()

const std::string& CMasternodeConfig::CMasternodeEntry::getOutputIndex ( ) const
inline

Definition at line 33 of file masternodeconfig.h.

Here is the caller graph for this function:

◆ getPrivKey()

const std::string& CMasternodeConfig::CMasternodeEntry::getPrivKey ( ) const
inline

Definition at line 35 of file masternodeconfig.h.

Here is the caller graph for this function:

◆ getTxHash()

const std::string& CMasternodeConfig::CMasternodeEntry::getTxHash ( ) const
inline

Definition at line 36 of file masternodeconfig.h.

Here is the caller graph for this function:

Member Data Documentation

◆ alias

std::string CMasternodeConfig::CMasternodeEntry::alias
private

Definition at line 22 of file masternodeconfig.h.

◆ ip

std::string CMasternodeConfig::CMasternodeEntry::ip
private

Definition at line 23 of file masternodeconfig.h.

◆ outputIndex

std::string CMasternodeConfig::CMasternodeEntry::outputIndex
private

Definition at line 26 of file masternodeconfig.h.

◆ privKey

std::string CMasternodeConfig::CMasternodeEntry::privKey
private

Definition at line 24 of file masternodeconfig.h.

◆ txHash

std::string CMasternodeConfig::CMasternodeEntry::txHash
private

Definition at line 25 of file masternodeconfig.h.


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