1#ifndef INC_GLOCLASSINFOITEM_H
2#define INC_GLOCLASSINFOITEM_H
55 #pragma warning( disable : 4251 )
357 #pragma warning( default : 4251 )
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:70
This class contains all information to store objects of a class in a database, to build objects from ...
Definition GloClassInfo.h:86
Base class of a ClassInfoAttribute and a ClassInfoIndex.
Definition GloClassInfoItem.h:76
std::string getName() const
ClassInfoItem(const ClassInfoItem &rT)
void setMyClassInfo(ClassInfo *pMyClassInfo)
ClassInfoItem(const std::string &rsName)
std::string m_sClassInfoName
Definition GloClassInfoItem.h:115
std::string getClassName() const
unsigned long m_ulClassInfoClassID
Definition GloClassInfoItem.h:104
void setDeveloperDescription(const std::string &rsDeveloperDescription)
std::string getDeveloperDescription() const
ClassInfo * m_pParent
Definition GloClassInfoItem.h:93
std::string m_sDeveloperDescription
Definition GloClassInfoItem.h:146
void setName(const std::string &rsName)
unsigned long getClassID() const
std::string m_sName
Definition GloClassInfoItem.h:126
Definition GloAbstractBaseLot.h:49