#include <eosim/core/nonrenewable.hpp>
Inheritance diagram for eosim::core::NonRenewable:
Public Member Functions | |
NonRenewable (double quantity) | |
The constructor creates a NonRenewable bin with a quantity units. | |
~NonRenewable () | |
void | addBin (double amount) |
This operation add amount units to the bin. |
NonRenewable::NonRenewable | ( | double | quantity | ) |
The constructor creates a NonRenewable bin with a quantity units.
NonRenewable::~NonRenewable | ( | ) |
The destructor of NonRenewable.
void NonRenewable::addBin | ( | double | amount | ) |
This operation add amount units to the bin.