A container for indexing increases and decreases by a unique identifier. More...
#include <IndexedIncreaseDecreases.hpp>
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. | |
A container for indexing increases and decreases by a unique identifier.
@tparm KeyType The type that uniquely identifies an entry.
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.
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.