1#ifndef INC_GLOPOINTERLIST_H
2#define INC_GLOPOINTERLIST_H
53 #pragma warning( disable : 4251 )
321 virtual bool inLot(
const std::shared_ptr<BasePersistent>
object )
const;
389 virtual std::size_t
size()
const;
426 std::list< BasePersistent * > &
List();
448 #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
virtual int appendPers(BasePersistent *pNewObj)
std::list< BasePersistent * >::iterator m_poObjListIterator
Definition GloPointerList.h:99
virtual bool inLot(const std::shared_ptr< BasePersistent > object) const
See description in superclass.
virtual bool inLot(const BasePersistent &object) const
See description in superclass.
virtual int setPosition(std::size_t nPosition)
virtual int setCurrentObject(const ObjID &rObjID)
PointerList(const PointerList &)
std::list< BasePersistent * > & List()
virtual int getPersistent(BasePersistent *&prRetVal, const ObjID &rObjID)
virtual int removePers(BasePersistent *pObject)
virtual int getPers(BasePersistent *&prRetVal, EnSeekMode eMode)
virtual int insertPers(BasePersistent *pNewObj)
virtual void getAllClassIDs(std::list< ObjID > &rAllClassIDs) const
See description in superclass.
virtual std::size_t size() const
std::list< BasePersistent * > m_poObjList
Definition GloPointerList.h:86
virtual bool inLot(const ObjID &object) const
See description in superclass.
Definition GloAbstractBaseLot.h:49
EnSeekMode
Definition GloTypes.h:192