1#ifndef INC_GLOEMBEDDEDRECORDATTRIBUTE_H
2#define INC_GLOEMBEDDEDRECORDATTRIBUTE_H
127 const std::streampos & rFilePos );
155 const std::streampos & rFilePos );
230 bool bWithRefRecords,
Header for APointerRecordAttribute
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:70
APointerRecordAttribute()
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
EmbeddedRecordAttribute(ClassInfoAttribute *pType, const std::streampos &rFilePos)
EmbeddedRecordAttribute()
EmbeddedRecordAttribute(ClassInfoAttribute *pType, ObjID Value, const std::streampos &rFilePos)
virtual ~EmbeddedRecordAttribute()
virtual BaseRecordAttribute * getCopy()
virtual int setValueFromObjectAttributeID(Persistent &rObject, const AttributeID &rAttributeID)
EmbeddedRecordAttribute(const EmbeddedRecordAttribute &rT)
int setValueFromObjectAttributeID(Persistent &rObject, const AttributeID &rAttributeID, bool bWithRefRecords, const ObjectMaker *pObjectMaker)
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
Definition GloAbstractBaseLot.h:49