GlobalObjects
|
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.
|
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 comparison operator.