DuxReiNummariae 1.0.0-alpha.23
Simple and powerful budgeting application
 
Loading...
Searching...
No Matches
drn::surveying::IndexedIncreaseDecreases< KeyType > Struct Template Reference

A container for indexing increases and decreases by a unique identifier. More...

#include <IndexedIncreaseDecreases.hpp>

Collaboration diagram for drn::surveying::IndexedIncreaseDecreases< KeyType >:

Public Attributes

std::map< KeyType, pecunia::Money > decreases_
 All the expenses made indexed by a unique identifier. The value is the amount of the key.
 
std::map< KeyType, pecunia::Money > increases_
 All the increases made indexed by a unique identifier. The value is the amount of the key.
 

Detailed Description

template<typename KeyType>
struct drn::surveying::IndexedIncreaseDecreases< KeyType >

A container for indexing increases and decreases by a unique identifier.

@tparm KeyType The type that uniquely identifies an entry.

Member Data Documentation

◆ decreases_

template<typename KeyType>
std::map<KeyType, pecunia::Money> drn::surveying::IndexedIncreaseDecreases< KeyType >::decreases_

All the expenses made indexed by a unique identifier. The value is the amount of the key.

◆ increases_

template<typename KeyType>
std::map<KeyType, pecunia::Money> drn::surveying::IndexedIncreaseDecreases< KeyType >::increases_

All the increases made indexed by a unique identifier. The value is the amount of the key.