23 #ifndef _QTATOMICDATA_HH_
24 #define _QTATOMICDATA_HH_
62 QtAtomicData( r_ULong value,
unsigned short byteLength );
88 QtAtomicData(
double valRe,
double valIm,
unsigned short size);
107 virtual void printStatus( std::ostream& stream = std::cout )
const;
110 #include "qlparser/qtatomicdata.icc"
Definition: qtatomicdata.hh:44
double getDoubleValue() const
returning double value if it is one, 0 otherwise
r_ULong getUnsignedValue() const
returning unsigned value of an unsigned atomic type if it is one, 0 otherwise
virtual ~QtAtomicData()
destructor
Definition: qtscalardata.hh:53
QtAtomicData()
default constructor
r_Long getSignedValue() const
returning signed value of a signed atomic type if it is one, 0 otherwise
virtual void printStatus(std::ostream &stream=std::cout) const
print status of the object to the specified stream