GlobalObjects
Alle Klassen Namensbereiche Dateien Funktionen Variablen Typdefinitionen Aufzählungen Aufzählungswerte Freundbeziehungen Makrodefinitionen Seiten
GloStringLotRecordAttribute.h
gehe zur Dokumentation dieser Datei
1#ifndef INC_GLOSTRINGLOTRECORDATTRIBUTE_H
2#define INC_GLOSTRINGLOTRECORDATTRIBUTE_H
3//-----------------------------------------------------------------------------
43//-----------------------------------------------------------------------------
45#include "GloTypes.h"
46//-----------------------------------------------------------------------------
47namespace glo
48{
49 //---------------------------------------------------------------------------
63 {
64 protected:
65 //============= Konstruktoren
66 //-----------------------------------------------------------------------
77 //-----------------------------------------------------------------------
90 //-----------------------------------------------------------------------
91
92 public:
93 //============= Konstruktoren
94 //-----------------------------------------------------------------------
118 const std::streampos & rFilePos );
119 //-----------------------------------------------------------------------
120
121 protected:
122 //============== Konstruktoren
123 //-----------------------------------------------------------------------
136 //-----------------------------------------------------------------------
137
138 public:
139 //============== Methoden
140 //-----------------------------------------------------------------------
164 virtual int takeValue( const BaseRecordAttribute & rT );
165 //-----------------------------------------------------------------------
166
167 //============== Operatoren
168 //-----------------------------------------------------------------------
170
181 bool operator== ( const StringLotRecordAttribute & rT ) const;
182 bool operator!= ( const StringLotRecordAttribute & rT ) const;
184 //-----------------------------------------------------------------------
185
186 private:
187 //============== Operatoren
188 //-----------------------------------------------------------------------
199 //-----------------------------------------------------------------------
200 };
201 //---------------------------------------------------------------------------
202} // namespace glo
203#endif
Header für TypeLotRecordAttribute
Für jede Bibliothek, hier 'GlobalObjects' gibt es eine Typen-Datei.
#define __glo_export_dll
Definition GloTypes.h:70
Basisklasse für die einzelnen Attribute eines Record.
Definition GloBaseRecordAttribute.h:116
In Objekten dieser Klasse sind die Information für GlobalObjects, wie ein persistentes Klassenattribu...
Definition GloClassInfoAttribute.h:83
virtual int takeValue(const BaseRecordAttribute &rT)
StringLotRecordAttribute(const StringLotRecordAttribute &rT)
StringLotRecordAttribute(ClassInfoAttribute *pType, const std::streampos &rFilePos)
Definition GloAbstractBaseLot.h:49