GlobalObjects
Lade ...
Suche ...
Keine Treffer
GloStringLotRecordAttribute.h
gehe zur Dokumentation dieser Datei
1#ifndef INC_GLOSTRINGLOTRECORDATTRIBUTE_H
2#define INC_GLOSTRINGLOTRECORDATTRIBUTE_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 //-----------------------------------------------------------------------
129 //-----------------------------------------------------------------------
130
131 public:
132 //============== Methoden
133 //-----------------------------------------------------------------------
157 virtual int takeValue( const BaseRecordAttribute & rT );
158 //-----------------------------------------------------------------------
159
160 //============== Operatoren
161 //-----------------------------------------------------------------------
163
174 bool operator== ( const StringLotRecordAttribute & rT ) const;
175 bool operator!= ( const StringLotRecordAttribute & rT ) const;
177 //-----------------------------------------------------------------------
178
179 private:
180 //============== Operatoren
181 //-----------------------------------------------------------------------
192 //-----------------------------------------------------------------------
193 };
194 //---------------------------------------------------------------------------
195} // namespace glo
196#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 String-Kontainer-Attribute eines Record.
Definition GloStringLotRecordAttribute.h:56
virtual int takeValue(const BaseRecordAttribute &rT)
StringLotRecordAttribute(const StringLotRecordAttribute &rT)
StringLotRecordAttribute(ClassInfoAttribute *pType, const std::streampos &rFilePos)
Basisklasse für String-, Integer- und Double-Kontainer-Attribute eines Record.
Definition GloTypeLotRecordAttribute.h:61
Definition GloAbstractBaseLot.h:42