8 #ifndef VPF_FLOAT_DATA_H_
9 #define VPF_FLOAT_DATA_H_
40 virtual double floatData()
const;
#define DT_DLL_vmap
Definition: vmapDefines.h:23
virtual bool readData()=0
Reads the data from the input stream from the owning column this class is not implemented and must be...
This file defines the abstract data type for all others to be based on.
Abstract data type for all others to be based on.
Definition: vpfData.h:22
DtVpfData & operator=(const DtVpfData &data)
Assignment operator is private to prevent copying.
double myFloat
Definition: vpfFloatData.h:43
A class representing a column of data from a table.
Definition: vpfColumn.h:28
A subclass of the abstract class DtVpfData.
Definition: vpfFloatData.h:18