pops-core  0.9
PoPS (Pest or Pathogen Spread) Model Core C++ library
Public Member Functions | Friends | List of all members
pops::Step Class Reference

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)
 

Detailed Description

Representation and manipulation of a date for the simulation.

Simulation step representing an interval.

Definition at line 38 of file scheduling.hpp.

Constructor & Destructor Documentation

◆ Step()

pops::Step::Step ( Date  start_date,
Date  end_date 
)
inline

Definition at line 41 of file scheduling.hpp.

Member Function Documentation

◆ end_date()

Date pops::Step::end_date ( ) const
inline

Definition at line 47 of file scheduling.hpp.

◆ start_date()

Date pops::Step::start_date ( ) const
inline

Definition at line 43 of file scheduling.hpp.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const Step step 
)
friend

Definition at line 57 of file scheduling.hpp.


The documentation for this class was generated from the following file: