GlobalObjects
|
Is needed to transfer index query information in a OrderMsg. More...
#include <GloIndexQueryBaseStruct.h>
Public Member Functions | |
IndexQueryStruct () | |
IndexQueryStruct (const IndexQueryStruct &rT) | |
IndexQueryStruct & | operator= (const IndexQueryStruct &rT) |
void | setQueryType (EnQueryType eQueryType) |
EnQueryType | getQueryType () const |
Public Member Functions inherited from glo::IndexQueryBaseStruct | |
IndexQueryBaseStruct () | |
IndexQueryBaseStruct (const IndexQueryBaseStruct &rT) | |
virtual | ~IndexQueryBaseStruct () |
IndexQueryBaseStruct & | operator= (const IndexQueryBaseStruct &rT) |
void | trimIndex () |
void | setCallBackAllSet (NUM_PTR ipCallBackAllSet) |
void | setCallBackAllSet (BaseAllSet *pCallBackAllSet) |
BaseAllSet * | getCallBackAllSet () const |
NUM_PTR | getCallBackAllSetAsNUMPTR () const |
void | setClassID (unsigned long ulClassID) |
unsigned long | getClassID () const |
void | setIndex (const std::string &rsIndex) |
std::string | getIndex () const |
void | setIndexName (const std::string &rsIndexName) |
std::string | getIndexName () const |
void | setIndexClassID (unsigned long ulIndexClassID) |
unsigned long | getIndexClassID () const |
Private Attributes | |
EnQueryType | m_eQueryType |
Is needed to transfer index query information in a OrderMsg.
|
inline |
The default constructor sets m_eQueryType to eQUERY_DIRECT.
|
inline |
Copy constructor.
[in] | rT | The data is copied from this object. |
|
inline |
Set or get method.
|
inline |
Assignment operator, all attributes are considered.
|
inline |
Set or get method.
|
private |
The query type. If this is set, the index with the name from m_sIndexName is preferred if something is entered there.