PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Public Member Functions | Private Attributes | List of all members
CMasternodeConfig Class Reference

#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< CMasternodeEntryentries
 

Detailed Description

Definition at line 19 of file masternodeconfig.h.

Constructor & Destructor Documentation

◆ CMasternodeConfig()

CMasternodeConfig::CMasternodeConfig ( )
inline

Definition at line 94 of file masternodeconfig.h.

Member Function Documentation

◆ add()

void CMasternodeConfig::add ( std::string  alias,
std::string  ip,
std::string  privKey,
std::string  txHash,
std::string  outputIndex 
)

Definition at line 15 of file masternodeconfig.cpp.

Here is the caller graph for this function:

◆ clear()

void CMasternodeConfig::clear ( )

◆ getCount()

int CMasternodeConfig::getCount ( )
inline

Definition at line 108 of file masternodeconfig.h.

◆ getEntries()

std::vector<CMasternodeEntry>& CMasternodeConfig::getEntries ( )
inline

Definition at line 103 of file masternodeconfig.h.

Here is the caller graph for this function:

◆ read()

bool CMasternodeConfig::read ( std::string &  strErr)

Definition at line 21 of file masternodeconfig.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ entries

std::vector<CMasternodeEntry> CMasternodeConfig::entries
private

Definition at line 118 of file masternodeconfig.h.


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