DuxReiNummariae 1.0.0-alpha.23
Simple and powerful budgeting application
 
Loading...
Searching...
No Matches
drn::storage::BudgetLoadValues Struct Reference

A type to store all the values loaded from a budget file. More...

#include <BudgetStorage.hpp>

Collaboration diagram for drn::storage::BudgetLoadValues:

Public Attributes

banking::BankMap banks_
 
budgeting::Budget budget_
 
foundation::TypeIndexMap< budgeting::BudgetSource, accounting::AccountNumberbudgetAccounts_
 
accounting::GeneralLedger generalLedger_
 
surveying::CompletedSurveys surveys_
 

Detailed Description

A type to store all the values loaded from a budget file.

Member Data Documentation

◆ banks_

banking::BankMap drn::storage::BudgetLoadValues::banks_

◆ budget_

budgeting::Budget drn::storage::BudgetLoadValues::budget_

◆ budgetAccounts_

foundation::TypeIndexMap<budgeting::BudgetSource, accounting::AccountNumber> drn::storage::BudgetLoadValues::budgetAccounts_

◆ generalLedger_

accounting::GeneralLedger drn::storage::BudgetLoadValues::generalLedger_

◆ surveys_

surveying::CompletedSurveys drn::storage::BudgetLoadValues::surveys_