GlobalObjects
Lade ...
Suche ...
Keine Treffer
GloIntLotRecordAttribute.h
gehe zur Dokumentation dieser Datei
1#ifndef INC_GLOINTLOTRECORDATTRIBUTE_H
2#define INC_GLOINTLOTRECORDATTRIBUTE_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( int iValue ) = 0;
172 //-----------------------------------------------------------------------
191 virtual void addValue( const std::string rsValue );
192 //-----------------------------------------------------------------------
193
194 //============== Operatoren
195 //-----------------------------------------------------------------------
197
208 bool operator== ( const IntLotRecordAttribute & rT ) const;
209 bool operator!= ( const IntLotRecordAttribute & rT ) const;
211 //-----------------------------------------------------------------------
212
213 private:
214 //============== Operatoren
215 //-----------------------------------------------------------------------
226 //-----------------------------------------------------------------------
227 };
228 //---------------------------------------------------------------------------
229} // namespace glo
230#endif
Header für TypeLotRecordAttribute
Für jede Bibliothek, hier 'GlobalObjects' gibt es eine Typen-Datei.
#define __glo_export_dll
Definition GloTypes.h:63
Basisklasse für die einzelnen Attribute eines Record.
Definition GloBaseRecordAttribute.h:109
In Objekten dieser Klasse sind die Information für GlobalObjects, wie ein persistentes Klassenattribu...
Definition GloClassInfoAttribute.h:76
Basisklasse für unterschiedliche Integer-Kontainer-Attribute eines Record.
Definition GloIntLotRecordAttribute.h:56
IntLotRecordAttribute(const IntLotRecordAttribute &rT)
virtual void addValue(const std::string rsValue)
virtual void addValue(int iValue)=0
IntLotRecordAttribute(ClassInfoAttribute *pType, const std::streampos &rFilePos)
virtual int takeValue(const BaseRecordAttribute &rT)
Basisklasse für String-, Integer- und Double-Kontainer-Attribute eines Record.
Definition GloTypeLotRecordAttribute.h:61
Definition GloAbstractBaseLot.h:42