Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxValueType.h File Reference

More...

#include "HxIoFwd.h"
#include "HxString.h"

Go to the source code of this file.

Enumerations

enum  HxValueType { INT_VALUE, REAL_VALUE, COMPLEX_VALUE }
 The type of a HxValue. More...


Functions

std::ostream & HxValueType_put (std::ostream &os, HxValueType val)
std::ostream & operator<< (std::ostream &os, HxValueType val)
HxString makeString (HxValueType val)


Detailed Description


Enumeration Type Documentation

enum HxValueType
 

The type of a HxValue.

Enumeration to make a distinction between integer values (INT\_VALUE) and real/floating point values (REAL\_VALUE), and complex values (COMPLEX\_VALUE). operator<< has been overloaded to print HxValueTypes on a stream.

00026 { INT_VALUE, REAL_VALUE, COMPLEX_VALUE };


Generated on Mon Jan 27 15:48:56 2003 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001