GlobalObjects
Loading...
Searching...
No Matches
GloStringLotRecordAttribute.h
Go to the documentation of this file.
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 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 string-container attributes of a Record.
Definition GloStringLotRecordAttribute.h:56
virtual int takeValue(const BaseRecordAttribute &rT)
StringLotRecordAttribute(const StringLotRecordAttribute &rT)
StringLotRecordAttribute(ClassInfoAttribute *pType, const std::streampos &rFilePos)
Base class for string-, integer- and double-container attributes of a Record.
Definition GloTypeLotRecordAttribute.h:61
Definition GloAbstractBaseLot.h:42