SRGDoubleStructData Class

class SRGDoubleStructData: public SRGStructureData

SRGDoubleStructData is a specialized enhancement of SRGStructureData that retrieves or places an double value at the current position within the array of structures or memory block.

Defined in: SRGStructureData.h

Developer Notes

The data value is always cast to double -- the data type that OC expects.

Class Members

 SRGDoubleStructData()

Constructor

virtual  ~SRGDoubleStructData()

Destructor

virtual void  SetValue(double v)

Sets a double into the structure at the current position

virtual double  GetValue(BOOL bLogData = FALSE)

Retrieves a double from the structure at the current position