CARMA C++
DataTypeTruthFn.h File Reference

Tagged: Mon Oct 25 18:41:34 PDT 2004. More...

Go to the source code of this file.

Classes

class  sza::util::DataTypeTruthFn
 A class for managing operations on DataType objects which return booleans. More...
 

Namespaces

 sza
 Define a class for Calibrator control.
 

Macros

#define DATATYPE_TRUTH_FN0(fn)   bool (fn)(DataType& compVal)
 
#define DATATYPE_TRUTH_FN1(fn)   bool (fn)(DataType& compVal, DataType& op1)
 
#define DATATYPE_TRUTH_FN2(fn)   bool (fn)(DataType& compVal, DataType& op1, DataType& op2)
 

Detailed Description

Tagged: Mon Oct 25 18:41:34 PDT 2004.

Author
Erik Leitch

Definition in file DataTypeTruthFn.h.