|
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>

Public Member Functions | |
| ComparisionIndexQueryStruct () | |
| ComparisionIndexQueryStruct (const ComparisionIndexQueryStruct &rT) | |
| ComparisionIndexQueryStruct & | operator= (const ComparisionIndexQueryStruct &rT) |
| void | setComparisionOperator (EnComparisionOp eComparisionOperator) |
| EnComparisionOp | getComparisionOperator () 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 | |
| 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().