Electroneum
Public Member Functions | Public Attributes | Private Attributes | List of all members
Electroneum::SubaddressRow Struct Reference

#include <wallet2_api.h>

Collaboration diagram for Electroneum::SubaddressRow:
Collaboration graph
[legend]

Public Member Functions

 SubaddressRow (std::size_t _rowId, const std::string &_address, const std::string &_label)
 
std::string getAddress () const
 
std::string getLabel () const
 
std::size_t getRowId () const
 

Public Attributes

std::string extra
 

Private Attributes

std::size_t m_rowId
 
std::string m_address
 
std::string m_label
 

Constructor & Destructor Documentation

◆ SubaddressRow()

Electroneum::SubaddressRow::SubaddressRow ( std::size_t  _rowId,
const std::string &  _address,
const std::string &  _label 
)
inline

Member Function Documentation

◆ getAddress()

std::string Electroneum::SubaddressRow::getAddress ( ) const
inline

◆ getLabel()

std::string Electroneum::SubaddressRow::getLabel ( ) const
inline

◆ getRowId()

std::size_t Electroneum::SubaddressRow::getRowId ( ) const
inline

Member Data Documentation

◆ extra

std::string Electroneum::SubaddressRow::extra

◆ m_address

std::string Electroneum::SubaddressRow::m_address
private

◆ m_label

std::string Electroneum::SubaddressRow::m_label
private

◆ m_rowId

std::size_t Electroneum::SubaddressRow::m_rowId
private

The documentation for this struct was generated from the following file: