GlobalObjects
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GloPoRefRecordAttribute.h
Go to the documentation of this file.
1#ifndef INC_GLOPOREFRECORDATTRIBUTE_H
2#define INC_GLOPOREFRECORDATTRIBUTE_H
3//-----------------------------------------------------------------------------
43//-----------------------------------------------------------------------------
44#include "GloTypes.h"
46//-----------------------------------------------------------------------------
47namespace glo
48{
49 //---------------------------------------------------------------------------
50 /* Forwards */
51 class ObjectMaker;
52 //---------------------------------------------------------------------------
70 {
71 protected:
72 //============= Konstruktoren
73 //-----------------------------------------------------------------------
84 //-----------------------------------------------------------------------
97 //-----------------------------------------------------------------------
98
99 public:
100 //============= Konstruktoren
101 //-----------------------------------------------------------------------
125 const std::streampos & rFilePos );
126 //-----------------------------------------------------------------------
152 ObjID Value,
153 const std::streampos & rFilePos );
154 //-----------------------------------------------------------------------
155
156 protected:
157 //============== Konstruktoren
158 //-----------------------------------------------------------------------
172 //-----------------------------------------------------------------------
173
174 public:
175 //============== Methoden
176 //-----------------------------------------------------------------------
195 const AttributeID & rAttributeID ) override;
196 //-----------------------------------------------------------------------
227 const AttributeID & rAttributeID,
228 bool bWithRefRecords,
229 const ObjectMaker * pObjectMaker );
230 //-----------------------------------------------------------------------
250 virtual BaseRecordAttribute * getCopy() override;
251 //-----------------------------------------------------------------------
252
253 //============== Operatoren
254 //-----------------------------------------------------------------------
256
267 bool operator== ( const PoRefRecordAttribute & rT ) const;
268 bool operator!= ( const PoRefRecordAttribute & rT ) const;
270 //-----------------------------------------------------------------------
271
272 private:
273 //============== Operatoren
274 //-----------------------------------------------------------------------
285 //-----------------------------------------------------------------------
286 };
287 //---------------------------------------------------------------------------
288} // namespace glo
289#endif
Header for APointerRecordAttribute
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:70
This class reflects a unique ID of a class information attribute.
Definition GloAttributeID.h:81
Base class for the individual attributes of a Record.
Definition GloBaseRecordAttribute.h:116
In objects of this class, the information for GlobalObjects is how a persistent class attribute is st...
Definition GloClassInfoAttribute.h:83
An object ID consists of the class ID, a database ID and the actual unique object number (all unsigne...
Definition GloObjID.h:84
This class can instantiate a persistent object from a record or fill a persistent object and vice ver...
Definition GloObjectMaker.h:70
The base class of the persistent classes. All persistent classes must be derived from this class to b...
Definition GloPersistent.h:245
PoRefRecordAttribute(ClassInfoAttribute *pType, ObjID Value, const std::streampos &rFilePos)
PoRefRecordAttribute(const PoRefRecordAttribute &rT)
virtual int setValueFromObjectAttributeID(Persistent &rObject, const AttributeID &rAttributeID) override
virtual BaseRecordAttribute * getCopy() override
int setValueFromObjectAttributeID(Persistent &rObject, const AttributeID &rAttributeID, bool bWithRefRecords, const ObjectMaker *pObjectMaker)
PoRefRecordAttribute(ClassInfoAttribute *pType, const std::streampos &rFilePos)
Definition GloAbstractBaseLot.h:49