|
DuxReiNummariae 1.1.0-alpha.19
Simple and powerful budgeting application
|
Identifies a budget item by its type and source. The structure is used to uniquely represent a budget item by combining its type (e.g., bill, debt, wage) and its source information. More...
#include <BudgetItemIdentifier.hpp>
Public Member Functions | |
| std::strong_ordering | operator<=> (const BudgetItemIdentifier &rhs) const noexcept=default |
Public Attributes | |
| BudgetSource | source_ {} |
| Represents the source information of a budget item. | |
| BudgetItemTypes | type_ {BudgetItemTypes::Unknown} |
| Represents the type of a budget item. | |
Identifies a budget item by its type and source. The structure is used to uniquely represent a budget item by combining its type (e.g., bill, debt, wage) and its source information.
|
nodiscarddefaultnoexcept |
| BudgetSource drn::budgeting::BudgetItemIdentifier::source_ {} |
Represents the source information of a budget item.
| BudgetItemTypes drn::budgeting::BudgetItemIdentifier::type_ {BudgetItemTypes::Unknown} |
Represents the type of a budget item.