pops-core
0.9
PoPS (Pest or Pathogen Spread) Model Core C++ library
|
#include <iostream>
#include <string>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | pops::Date |
Representation and manipulation of a date for the simulation. More... | |
class | pops::Season |
Holds beginning and end of a season and decides what is in season. More... | |
Namespaces | |
pops | |
Functions | |
std::ostream & | pops::operator<< (std::ostream &os, const Date &d) |
bool | pops::operator> (const Date &d1, const Date &d2) |
bool | pops::operator<= (const Date &d1, const Date &d2) |
bool | pops::operator< (const Date &d1, const Date &d2) |
bool | pops::operator>= (const Date &d1, const Date &d2) |
bool | pops::operator== (const Date &d1, const Date &d2) |
bool | pops::operator!= (const Date &d1, const Date &d2) |