|
DuxReiNummariae 1.1.0-alpha.19
Simple and powerful budgeting application
|
This is responsible for recording the transactions relating to an entity's assets, liabilities, capital, revenue, and expenses of a given account. More...
#include <LedgerBooks.hpp>
Public Member Functions | |
| bool | operator== (const LedgerAccount &other) const |
| Equality operator compares all members. | |
Public Attributes | |
| Account | account_ |
| The account information for the ledger. | |
| std::map< TransactionNumber, Transaction > | transactions_ |
| All the transactions in an account indexed by its transaction number. | |
This is responsible for recording the transactions relating to an entity's assets, liabilities, capital, revenue, and expenses of a given account.
| bool drn::accounting::LedgerAccount::operator== | ( | const LedgerAccount & | other | ) | const |
Equality operator compares all members.
| other | The other object whose members should all be equal. |
| Account drn::accounting::LedgerAccount::account_ |
The account information for the ledger.
| std::map<TransactionNumber, Transaction> drn::accounting::LedgerAccount::transactions_ |
All the transactions in an account indexed by its transaction number.