|
GCBM
|
#include <growthmultipliermodule.h>

Public Member Functions | |
| GrowthMultiplierSeries () | |
| GrowthMultiplierSeries (const GrowthMultiplierSeries &rhs) | |
| void | add (int timestep, double multiplier) |
| double | next () |
| bool | end () |
| std::string | toString () |
Private Attributes | |
| std::map< int, double > | multipliersByTimestep |
| std::map< int, double >::iterator | pos |
| GrowthMultiplierSeries | ( | const GrowthMultiplierSeries & | rhs | ) |
| void add | ( | int | timestep, |
| double | multiplier | ||
| ) |
| bool end | ( | ) |
| double next | ( | ) |
| std::string toString | ( | ) |
|
private |
|
private |
1.8.17