OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
DODS_Date.cc File Reference
#include "config_ff.h"
#include <cassert>
#include <cstdlib>
#include <sstream>
#include <string>
#include <iomanip>
#include "DODS_Date.h"
#include "date_proc.h"
#include <BaseType.h>
#include <Str.h>
#include <debug.h>
#include "Error.h"
Include dependency graph for DODS_Date.cc:

Go to the source code of this file.

Functions

int operator!= (DODS_Date &d1, DODS_Date &d2)
 
int operator< (DODS_Date &d1, DODS_Date &d2)
 
int operator<= (DODS_Date &d1, DODS_Date &d2)
 
int operator== (DODS_Date &d1, DODS_Date &d2)
 
int operator> (DODS_Date &d1, DODS_Date &d2)
 
int operator>= (DODS_Date &d1, DODS_Date &d2)
 

Function Documentation

int operator!= ( DODS_Date d1,
DODS_Date d2 
)

Definition at line 360 of file DODS_Date.cc.

int operator< ( DODS_Date d1,
DODS_Date d2 
)

Definition at line 365 of file DODS_Date.cc.

int operator<= ( DODS_Date d1,
DODS_Date d2 
)

Definition at line 375 of file DODS_Date.cc.

References DODS_Date::format(), julian_day(), DODS_Date::month(), DODS_Date::year(), and ym.

Here is the call graph for this function:

int operator== ( DODS_Date d1,
DODS_Date d2 
)

Definition at line 349 of file DODS_Date.cc.

References days_in_month(), DODS_Date::format(), julian_day(), DODS_Date::month(), DODS_Date::year(), and ym.

Here is the call graph for this function:

int operator> ( DODS_Date d1,
DODS_Date d2 
)

Definition at line 370 of file DODS_Date.cc.

int operator>= ( DODS_Date d1,
DODS_Date d2 
)

Definition at line 383 of file DODS_Date.cc.

References days_in_month(), DODS_Date::format(), julian_day(), DODS_Date::month(), DODS_Date::year(), and ym.

Here is the call graph for this function: