1#ifndef INC_GLOALLSETSTRUCT_H
2#define INC_GLOALLSETSTRUCT_H
46 #pragma warning( disable : 4251 )
167 AllSetStruct():m_ipCallBackAllSet(0), m_ulClassID(0), m_eSeekMode(START), m_bWithSubClasses(false), m_ulIndexClassID(0){};
186 void setClassID(
unsigned long ulClassID ) { m_ulClassID = ulClassID; };
192 void setIndexName(
const std::string & rsIndexName ) { m_sIndexName = rsIndexName; };
194 void setIndexClassID(
unsigned long ulIndexClassID ) { m_ulIndexClassID = ulIndexClassID; };
202 #pragma warning( default : 4251 )
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:70
Is needed to transfer AllSet information in a OrderMsg
Definition GloAllSetStruct.h:69
BaseAllSet * getCallBackAllSet() const
Set or get method.
Definition GloAllSetStruct.h:184
unsigned long getClassID() const
Set or get method.
Definition GloAllSetStruct.h:187
bool isWithSubClasses() const
Set or get method.
Definition GloAllSetStruct.h:191
bool m_bWithSubClasses
Definition GloAllSetStruct.h:125
void setClassID(unsigned long ulClassID)
Set or get method.
Definition GloAllSetStruct.h:186
unsigned long m_ulClassID
Definition GloAllSetStruct.h:93
std::string m_sIndexName
Definition GloAllSetStruct.h:138
void setWithSubClasses(bool bWithSubClasses)
Set or get method.
Definition GloAllSetStruct.h:190
unsigned long m_ulIndexClassID
Definition GloAllSetStruct.h:152
void setIndexName(const std::string &rsIndexName)
Set or get method.
Definition GloAllSetStruct.h:192
AllSetStruct()
Definition GloAllSetStruct.h:167
void setCallBackAllSet(BaseAllSet *pCallBackAllSet)
Set or get method.
Definition GloAllSetStruct.h:183
void setSeekMode(EnSeekMode eSeekMode)
Set or get method.
Definition GloAllSetStruct.h:188
unsigned long getIndexClassID() const
Set or get method.
Definition GloAllSetStruct.h:195
std::string getIndexName() const
Set or get method.
Definition GloAllSetStruct.h:193
EnSeekMode m_eSeekMode
Definition GloAllSetStruct.h:104
void setCallBackAllSet(NUM_PTR ipCallBackAllSet)
Set or get method.
Definition GloAllSetStruct.h:182
EnSeekMode getSeekMode() const
Set or get method.
Definition GloAllSetStruct.h:189
NUM_PTR m_ipCallBackAllSet
Definition GloAllSetStruct.h:82
void setIndexClassID(unsigned long ulIndexClassID)
Set or get method.
Definition GloAllSetStruct.h:194
NUM_PTR getCallBackAllSetAsNUMPTR() const
Set or get method.
Definition GloAllSetStruct.h:185
Is the base class of template AllSets and the generic AllSet.
Definition GloBaseAllSet.h:87
Definition GloAbstractBaseLot.h:49
EnSeekMode
Definition GloTypes.h:173