Is needed to transfer index query information in a OrderMsg.
By means of this structure results can be determined using "<", "<=", ">", ">=", "==" and "!=".
For example, if the Index has the value "123" and the comparision operator has the value LESS, all objects with an index lower than "123" will be returned.
More...
#include <GloIndexQueryBaseStruct.h>
Private Attributes | |
EnComparisionOp | m_eComparisionOperator |
Is needed to transfer index query information in a OrderMsg.
By means of this structure results can be determined using "<", "<=", ">", ">=", "==" and "!=".
For example, if the Index has the value "123" and the comparision operator has the value LESS, all objects with an index lower than "123" will be returned.
|
inline |
The default constructor sets m_eComparisionOperator to EQUAL.
References glo::EQUAL, and m_eComparisionOperator.
Referenced by ComparisionIndexQueryStruct(), and operator=().
|
inline |
Copy constructor.
[in] | rT | The data is copied from this object. |
References ComparisionIndexQueryStruct(), glo::IndexQueryBaseStruct::IndexQueryBaseStruct(), and m_eComparisionOperator.
|
inline |
Set or get method.
References m_eComparisionOperator.
|
inline |
Assignment operator, all attributes are considered.
References ComparisionIndexQueryStruct(), m_eComparisionOperator, and glo::IndexQueryBaseStruct::operator=().
|
inline |
Set or get method.
References m_eComparisionOperator.
|
private |
The comparison operator.
Referenced by ComparisionIndexQueryStruct(), ComparisionIndexQueryStruct(), getComparisionOperator(), operator=(), and setComparisionOperator().