libdap++  Updated for version 3.8.2
libdap::StrCmp Class Reference

#include <Operators.h>

List of all members.

Static Public Member Functions

static bool eq (T1 v1, T2 v2)
static bool ge (T1 v1, T2 v2)
static bool gr (T1 v1, T2 v2)
static bool le (T1 v1, T2 v2)
static bool lt (T1 v1, T2 v2)
static bool ne (T1 v1, T2 v2)
static bool re (T1 v1, T2 v2)

Detailed Description

Compare two string types. This class is one implementation of the comparison policy used by rops.

See also:
rops

Member Function Documentation

static bool libdap::StrCmp::eq ( T1  v1,
T2  v2 
) [inline, static]

Definition at line 192 of file Operators.h.

static bool libdap::StrCmp::ge ( T1  v1,
T2  v2 
) [inline, static]

Definition at line 204 of file Operators.h.

static bool libdap::StrCmp::gr ( T1  v1,
T2  v2 
) [inline, static]

Definition at line 200 of file Operators.h.

static bool libdap::StrCmp::le ( T1  v1,
T2  v2 
) [inline, static]

Definition at line 212 of file Operators.h.

static bool libdap::StrCmp::lt ( T1  v1,
T2  v2 
) [inline, static]

Definition at line 208 of file Operators.h.

static bool libdap::StrCmp::ne ( T1  v1,
T2  v2 
) [inline, static]

Definition at line 196 of file Operators.h.

static bool libdap::StrCmp::re ( T1  v1,
T2  v2 
) [inline, static]

Definition at line 216 of file Operators.h.


The documentation for this class was generated from the following file: