pops-core  0.9
PoPS (Pest or Pathogen Spread) Model Core C++ library
Classes | Namespaces | Functions
date.hpp File Reference
#include <iostream>
#include <string>
#include <stdexcept>
Include dependency graph for date.hpp:
This graph shows which files directly or indirectly include this file:

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)