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

Go to the source code of this file.

Functions

int operator!= (DODS_Time &t1, DODS_Time &t2)
 
int operator< (DODS_Time &t1, DODS_Time &t2)
 
int operator<= (DODS_Time &t1, DODS_Time &t2)
 
int operator== (DODS_Time &t1, DODS_Time &t2)
 
int operator> (DODS_Time &t1, DODS_Time &t2)
 
int operator>= (DODS_Time &t1, DODS_Time &t2)
 

Function Documentation

int operator!= ( DODS_Time t1,
DODS_Time t2 
)

Definition at line 230 of file DODS_Time.cc.

int operator< ( DODS_Time t1,
DODS_Time t2 
)

Definition at line 252 of file DODS_Time.cc.

References DODS_Time::seconds_since_midnight().

Here is the call graph for this function:

int operator<= ( DODS_Time t1,
DODS_Time t2 
)

Definition at line 258 of file DODS_Time.cc.

int operator== ( DODS_Time t1,
DODS_Time t2 
)

Definition at line 223 of file DODS_Time.cc.

References DODS_Time::seconds_since_midnight().

Here is the call graph for this function:

int operator> ( DODS_Time t1,
DODS_Time t2 
)

Definition at line 240 of file DODS_Time.cc.

References DODS_Time::seconds_since_midnight().

Here is the call graph for this function:

int operator>= ( DODS_Time t1,
DODS_Time t2 
)

Definition at line 246 of file DODS_Time.cc.