This is the complete list of members for Account, including all inherited members.
addIncome(Income i) | Account | |
addToGrossIncome(Money m) | Account | |
addToIncomeList(Income i) | Account | |
addTransaction(Expense &e) | Account | |
getBalance() | Account | |
getGrossIncome() | Account | |
getIncomeList() | Account | |
getNameOfAccount() | Account | |
getRecurringList() | Account | |
getTotalFromTransactions() | Account | |
getTotalIncome() | Account | |
getTransactions() | Account | |
Money() | Money | |
Money(double m) | Money | explicit |
Money(int d, int c) | Money | |
Money(const string &s) | Money | explicit |
operator*(double val) const | Money | |
operator+(const Money &m) const | Money | |
operator-() const | Money | |
operator-(const Money &m) const | Money | |
operator/(double m) const | Money | |
operator/(Money &m) const | Money | |
operator==(const Money &m) const | Money | |
power(Money &m, int exp) | Money | static |
power(double d, int exp) | Money | static |
printAccountDetails() | Account | |
printIncomeList() | Account | |
printTransactions() | Account | |
setBalance(Money bal) | Account | |
setIncomeList(map< string, string > in) | Account | |
setName(string name) | Account | |
setRecurringList(map< string, string > mp) | Account | |
setTransactions(map< string, string > mp) | Account | |
setValues(string str, Money bal, map< string, string > tr, map< string, string > inc) | Account | |
toDouble(const Money &m) | Money | static |
toJSON() | Account | |
toString(const Money &m1) | Money | static |
updateBalance(Money &m) | Account | |