pops-core
0.9
PoPS (Pest or Pathogen Spread) Model Core C++ library
|
Representation and manipulation of a date for the simulation. More...
#include <scheduling.hpp>
Public Member Functions | |
Step (Date start_date, Date end_date) | |
Date | start_date () const |
Date | end_date () const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Step &step) |
Representation and manipulation of a date for the simulation.
Simulation step representing an interval.
Definition at line 38 of file scheduling.hpp.
Definition at line 41 of file scheduling.hpp.
|
inline |
Definition at line 47 of file scheduling.hpp.
|
inline |
Definition at line 43 of file scheduling.hpp.
|
friend |
Definition at line 57 of file scheduling.hpp.