libdap++  Updated for version 3.14.0
Operators.h File Reference
#include "GNURegex.h"
#include "parser.h"
#include "ce_expr.tab.hh"
Include dependency graph for Operators.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 libdap
 

Functions

template<class T1 , class T2 >
bool libdap::Cmp (int op, T1 v1, T2 v2)
 
template<class T1 , class T2 >
bool libdap::StrCmp (int op, T1 v1, T2 v2)
 
template<class T1 , class UT2 >
bool libdap::SUCmp (int op, T1 v1, UT2 v2)
 
template<class UT1 , class T2 >
bool libdap::USCmp (int op, UT1 v1, T2 v2)