Personal Finance 1.0.0
An application that allows you to track/store/view finances, as well as calculate different financial values.
Account Member List

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)Moneyexplicit
Money(int d, int c)Money
Money(const string &s)Moneyexplicit
operator*(double val) constMoney
operator+(const Money &m) constMoney
operator-() constMoney
operator-(const Money &m) constMoney
operator/(double m) constMoney
operator/(Money &m) constMoney
operator==(const Money &m) constMoney
power(Money &m, int exp)Moneystatic
power(double d, int exp)Moneystatic
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)Moneystatic
toJSON()Account
toString(const Money &m1)Moneystatic
updateBalance(Money &m)Account