1#ifndef INC_GLOONDEMANDSET_H
2#define INC_GLOONDEMANDSET_H
53 #pragma warning( disable : 4251 )
143 virtual int appendPers( std::shared_ptr< BasePersistent > ){
return ERR_METHOD_FORBIDDEN; };
147 virtual int insertPersBefore( std::shared_ptr< BasePersistent > ,
const std::shared_ptr< BasePersistent > ){
return ERR_METHOD_FORBIDDEN; };
214 virtual int insertPers( std::shared_ptr<BasePersistent> spNewObj );
298 virtual bool inLot(
const std::shared_ptr<BasePersistent>
object )
const;
369 virtual std::size_t
size()
const;
438 #pragma warning( default : 4251 )
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:70
Abstract base class for Persistent and the generic GenericPersistent.
Definition GloBasePersistent.h:124
An object ID consists of the class ID, a database ID and the actual unique object number (all unsigne...
Definition GloObjID.h:84
Is the abstract base class of on-demand sets and lists.
Definition GloOndemandLot.h:69
Is the base class of Template-Ondemand-Set. Objects can be inserted only once.
Definition GloOndemandSet.h:71
virtual int insertPers(BasePersistent *pNewObj)
virtual Reference * getOndemand(EnSeekMode eMode)
virtual bool inLot(const std::shared_ptr< BasePersistent > object) const
See description in superclass.
virtual int removeOndemand(const Reference &rOndemand)
virtual int setPosition(std::size_t nPosition)
virtual int appendPers(std::shared_ptr< BasePersistent >)
Is not available for a set.
Definition GloOndemandSet.h:143
virtual int insertOndemand(const Reference &rNewOndemand)
OndemandSet(const OndemandSet &)
virtual std::size_t size() const
virtual int insertPersBefore(BasePersistent *, const BasePersistent *)
Is not available for a set.
Definition GloOndemandSet.h:146
virtual int insertPersBefore(std::shared_ptr< BasePersistent >, const std::shared_ptr< BasePersistent >)
Is not available for a set.
Definition GloOndemandSet.h:147
virtual int getPersistent(BasePersistent *&prRetVal, const ObjID &rObjID)
virtual int insertPers(std::shared_ptr< BasePersistent > spNewObj)
virtual int appendPers(BasePersistent *)
Is not available for a set.
Definition GloOndemandSet.h:142
virtual int setCurrentObject(const ObjID &rObjID)
virtual bool inLot(const BasePersistent &object) const
See description in superclass.
virtual int appendOndemand(const Reference &)
Is not available for a set.
Definition GloOndemandSet.h:144
virtual bool inLot(const Reference &object) const
See description in superclass.
virtual int insertOndemandBefore(const Reference &, const Reference &)
Is not available for a set.
Definition GloOndemandSet.h:145
virtual bool inLot(const ObjID &object) const
See description in superclass.
The base class of a reference attribute from persistent objects to other persistent objects in the da...
Definition GloReference.h:72
Definition GloAbstractBaseLot.h:49
EnSeekMode
Definition GloTypes.h:173