|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config_ff.h"#include <time.h>#include <cassert>#include <cstdlib>#include <sstream>#include <string>#include "Error.h"#include "DODS_Date_Time.h"#include "date_proc.h"#include "debug.h"
Go to the source code of this file.
Macros | |
| #define | seconds_per_day 86400.0 |
Functions | |
| int | operator!= (DODS_Date_Time &t1, DODS_Date_Time &t2) |
| int | operator< (DODS_Date_Time &t1, DODS_Date_Time &t2) |
| int | operator<= (DODS_Date_Time &t1, DODS_Date_Time &t2) |
| int | operator== (DODS_Date_Time &t1, DODS_Date_Time &t2) |
| int | operator> (DODS_Date_Time &t1, DODS_Date_Time &t2) |
| int | operator>= (DODS_Date_Time &t1, DODS_Date_Time &t2) |
| #define seconds_per_day 86400.0 |
Definition at line 54 of file DODS_Date_Time.cc.
Referenced by DODS_Date_Time::julian_day().
| int operator!= | ( | DODS_Date_Time & | t1, |
| DODS_Date_Time & | t2 | ||
| ) |
Definition at line 362 of file DODS_Date_Time.cc.
| int operator< | ( | DODS_Date_Time & | t1, |
| DODS_Date_Time & | t2 | ||
| ) |
Definition at line 368 of file DODS_Date_Time.cc.
| int operator<= | ( | DODS_Date_Time & | t1, |
| DODS_Date_Time & | t2 | ||
| ) |
Definition at line 382 of file DODS_Date_Time.cc.
| int operator== | ( | DODS_Date_Time & | t1, |
| DODS_Date_Time & | t2 | ||
| ) |
Definition at line 356 of file DODS_Date_Time.cc.
| int operator> | ( | DODS_Date_Time & | t1, |
| DODS_Date_Time & | t2 | ||
| ) |
Definition at line 375 of file DODS_Date_Time.cc.
| int operator>= | ( | DODS_Date_Time & | t1, |
| DODS_Date_Time & | t2 | ||
| ) |
Definition at line 388 of file DODS_Date_Time.cc.