GlobalObjects
Loading...
Searching...
No Matches
GloDoubleLotRecordAttribute.h
Go to the documentation of this file.
1#ifndef INC_GLODOUBLELOTRECORDATTRIBUTE_H
2#define INC_GLODOUBLELOTRECORDATTRIBUTE_H
3//-----------------------------------------------------------------------------
36//-----------------------------------------------------------------------------
38#include "GloTypes.h"
39//-----------------------------------------------------------------------------
40namespace glo
41{
42 //---------------------------------------------------------------------------
56 {
57 protected:
58 //============= Konstruktoren
59 //-----------------------------------------------------------------------
70 //-----------------------------------------------------------------------
83 //-----------------------------------------------------------------------
84
85 public:
86 //============= Konstruktoren
87 //-----------------------------------------------------------------------
111 const std::streampos & rFilePos );
112 //-----------------------------------------------------------------------
113
114 protected:
115 //============== Konstruktoren
116 //-----------------------------------------------------------------------
130 //-----------------------------------------------------------------------
131
132 public:
133 //============== Methoden
134 //-----------------------------------------------------------------------
158 virtual int takeValue( const BaseRecordAttribute & rT );
159 //-----------------------------------------------------------------------
171 virtual void addValue( double dValue ) = 0;
172 //-----------------------------------------------------------------------
191 virtual void addValue( const std::string rsValue );
192 //-----------------------------------------------------------------------
193
194 //============== Operatoren
195 //-----------------------------------------------------------------------
197
208 bool operator== ( const DoubleLotRecordAttribute & rT ) const;
209 bool operator!= ( const DoubleLotRecordAttribute & rT ) const;
211 //-----------------------------------------------------------------------
212
213 private:
214 //============== Operatoren
215 //-----------------------------------------------------------------------
226 //-----------------------------------------------------------------------
227 };
228 //---------------------------------------------------------------------------
229} // namespace glo
230#endif
Header for TypeLotRecordAttribute
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:63
Base class for the individual attributes of a Record.
Definition GloBaseRecordAttribute.h:109
In objects of this class, the information for GlobalObjects is how a persistent class attribute is st...
Definition GloClassInfoAttribute.h:76
Base class for different double-container attributes of a Record.
Definition GloDoubleLotRecordAttribute.h:56
DoubleLotRecordAttribute(const DoubleLotRecordAttribute &rT)
virtual void addValue(double dValue)=0
DoubleLotRecordAttribute(ClassInfoAttribute *pType, const std::streampos &rFilePos)
virtual void addValue(const std::string rsValue)
virtual int takeValue(const BaseRecordAttribute &rT)
Base class for string-, integer- and double-container attributes of a Record.
Definition GloTypeLotRecordAttribute.h:61
Definition GloAbstractBaseLot.h:42