GlobalObjects
Loading...
Searching...
No Matches
glo::ReaderInfo Struct Reference

Objects of this structure transport data to objects of type TableReaderInterface. More...

#include <GloReaderWriterInfo.h>

Inheritance diagram for glo::ReaderInfo:

Public Attributes

std::list< ObjID > * m_pReadLockObjList
 
unsigned long m_ulClassID
 
- Public Attributes inherited from glo::ReaderWriterInfo
Communicatorm_pCommunicator
 
Managerm_pDBManager
 

Detailed Description

Objects of this structure transport data to objects of type TableReaderInterface.

Author
Helmut Jakoby

Member Data Documentation

◆ m_pReadLockObjList

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.

◆ m_ulClassID

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.


The documentation for this struct was generated from the following file: