GlobalObjects
Loading...
Searching...
No Matches
GloPoRefRecordAttribute.h
Go to the documentation of this file.
1#ifndef INC_GLOPOREFRECORDATTRIBUTE_H
2#define INC_GLOPOREFRECORDATTRIBUTE_H
3//-----------------------------------------------------------------------------
36//-----------------------------------------------------------------------------
37#include "GloTypes.h"
39//-----------------------------------------------------------------------------
40namespace glo
41{
42 //---------------------------------------------------------------------------
43 /* Forwards */
44 class ObjectMaker;
45 //---------------------------------------------------------------------------
63 {
64 protected:
65 //============= Konstruktoren
66 //-----------------------------------------------------------------------
77 //-----------------------------------------------------------------------
90 //-----------------------------------------------------------------------
91
92 public:
93 //============= Konstruktoren
94 //-----------------------------------------------------------------------
118 const std::streampos & rFilePos );
119 //-----------------------------------------------------------------------
145 ObjID Value,
146 const std::streampos & rFilePos );
147 //-----------------------------------------------------------------------
148
149 protected:
150 //============== Konstruktoren
151 //-----------------------------------------------------------------------
165 //-----------------------------------------------------------------------
166
167 public:
168 //============== Methoden
169 //-----------------------------------------------------------------------
188 const AttributeID & rAttributeID );
189 //-----------------------------------------------------------------------
220 const AttributeID & rAttributeID,
221 bool bWithRefRecords,
222 const ObjectMaker * pObjectMaker );
223 //-----------------------------------------------------------------------
244 //-----------------------------------------------------------------------
245
246 //============== Operatoren
247 //-----------------------------------------------------------------------
249
260 bool operator== ( const PoRefRecordAttribute & rT ) const;
261 bool operator!= ( const PoRefRecordAttribute & rT ) const;
263 //-----------------------------------------------------------------------
264
265 private:
266 //============== Operatoren
267 //-----------------------------------------------------------------------
278 //-----------------------------------------------------------------------
279 };
280 //---------------------------------------------------------------------------
281} // namespace glo
282#endif
Header for APointerRecordAttribute
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:63
Abstract class for pointer and embeddet attributes of a Record.
Definition GloAPointerRecordAttribute.h:66
This class reflects a unique ID of a class information attribute.
Definition GloAttributeID.h:74
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
An object ID consists of the class ID, a database ID and the actual unique object number (all unsigne...
Definition GloObjID.h:77
This class can instantiate a persistent object from a record or fill a persistent object and vice ver...
Definition GloObjectMaker.h:63
The base class of the persistent classes. All persistent classes must be derived from this class to b...
Definition GloPersistent.h:221
Class for pointers to persistent object attributes of a Record. Represents an attribute of the derive...
Definition GloPoRefRecordAttribute.h:63
virtual BaseRecordAttribute * getCopy()
virtual int setValueFromObjectAttributeID(Persistent &rObject, const AttributeID &rAttributeID)
PoRefRecordAttribute(ClassInfoAttribute *pType, ObjID Value, const std::streampos &rFilePos)
PoRefRecordAttribute(const PoRefRecordAttribute &rT)
int setValueFromObjectAttributeID(Persistent &rObject, const AttributeID &rAttributeID, bool bWithRefRecords, const ObjectMaker *pObjectMaker)
PoRefRecordAttribute(ClassInfoAttribute *pType, const std::streampos &rFilePos)
Definition GloAbstractBaseLot.h:42