GlobalObjects
Loading...
Searching...
No Matches
GloObjIDRecordAttribute.h
Go to the documentation of this file.
1#ifndef INC_GLOOBJIDRECORDATTRIBUTE_H
2#define INC_GLOOBJIDRECORDATTRIBUTE_H
3//-----------------------------------------------------------------------------
36//-----------------------------------------------------------------------------
37#include "GloTypes.h"
39//-----------------------------------------------------------------------------
40namespace glo
41{
42 //---------------------------------------------------------------------------
43 /* Forwards */
44 template<class T_DATA> class TDVList;
45 //---------------------------------------------------------------------------
61 {
62 protected:
63 //============= Konstruktoren
64 //-----------------------------------------------------------------------
75 //-----------------------------------------------------------------------
88 //-----------------------------------------------------------------------
89
90 public:
91 //============= Konstruktoren
92 //-----------------------------------------------------------------------
116 const std::streampos & rFilePos );
117 //-----------------------------------------------------------------------
143 ObjID Value,
144 const std::streampos & rFilePos );
145 //-----------------------------------------------------------------------
146
147 protected:
148 //============== Konstruktoren
149 //-----------------------------------------------------------------------
163 //-----------------------------------------------------------------------
164
165 public:
166 //============== Methoden
167 //-----------------------------------------------------------------------
184 const AttributeID & rAttributeID );
185 //-----------------------------------------------------------------------
206 //-----------------------------------------------------------------------
207
208 //============== Operatoren
209 //-----------------------------------------------------------------------
211
222 bool operator== ( const ObjIDRecordAttribute & rT ) const;
223 bool operator!= ( const ObjIDRecordAttribute & rT ) const;
225 //-----------------------------------------------------------------------
226
227 private:
228 //============== Operatoren
229 //-----------------------------------------------------------------------
240 //-----------------------------------------------------------------------
241 };
242 //---------------------------------------------------------------------------
243} // namespace glo
244#endif
Header for IDRecordAttribute
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:63
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
Superclass for ObjID and ObjID reference attributes of a Record.
Definition GloIDRecordAttribute.h:58
An object ID consists of the class ID, a database ID and the actual unique object number (all unsigne...
Definition GloObjID.h:77
A class for the object ID attributes of a Record. Represents an attribute of type 'ObjID'.
Definition GloObjIDRecordAttribute.h:61
virtual int setValueFromObjectAttributeID(Persistent &rObject, const AttributeID &rAttributeID)
ObjIDRecordAttribute(const ObjIDRecordAttribute &rT)
virtual BaseRecordAttribute * getCopy()
ObjIDRecordAttribute(ClassInfoAttribute *pType, ObjID Value, const std::streampos &rFilePos)
ObjIDRecordAttribute(ClassInfoAttribute *pType, const std::streampos &rFilePos)
The base class of the persistent classes. All persistent classes must be derived from this class to b...
Definition GloPersistent.h:221
Definition GloObjIDRecordAttribute.h:44
Definition GloAbstractBaseLot.h:42