GlobalObjects
|
Objects of this structure transport data to objects of type TableReaderInterface. More...
#include <GloReaderWriterInfo.h>
Public Attributes | |
std::list< ObjID > * | m_pReadLockObjList |
unsigned long | m_ulClassID |
Public Attributes inherited from glo::ReaderWriterInfo | |
Communicator * | m_pCommunicator |
Manager * | m_pDBManager |
Objects of this structure transport data to objects of type TableReaderInterface.
std::list<ObjID>* glo::ReaderInfo::m_pReadLockObjList |
The reader of the type TableReaderInterface is informed about the read locked objects, so that it can detect a possible error (object is read locked) when reading an object while reloading the dependent objects and so that the reading is not attempted.
unsigned long glo::ReaderInfo::m_ulClassID |
The reader of the type TableReaderInterface is told the class ID so that it knows from which table it should read when reading a record.