8 #ifndef VPF_INT_DATA_H_
9 #define VPF_INT_DATA_H_
40 virtual int intData()
const;
#define DT_DLL_vmap
Definition: vmapDefines.h:23
virtual DtString valueDescription() const
returns the description of the data value as described in the data description table (if available) ...
Definition: vpfData.h:51
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
A subclass of the abstract class DtVpfData.
Definition: vpfIntData.h:18
DtVpfData & operator=(const DtVpfData &data)
Assignment operator is private to prevent copying.
A class representing a column of data from a table.
Definition: vpfColumn.h:28
int myInt
Definition: vpfIntData.h:47