UNIVERS
15.3
UNIVERS base processing software API
|
#include <tr_selector.hpp>
Public Member Functions | |
TrSelSortRule (TrSelSortOp op, TrHeaderAttrId hdr_attr_id) | |
virtual | ~TrSelSortRule () |
virtual TrSelBaseRule * | clone () const |
virtual int | opType () const |
TrHeaderAttrId | hdrAttrId () const |
Public Member Functions inherited from hds::db::TrSelBaseRule | |
TrSelBaseRule () | |
virtual | ~TrSelBaseRule () |
Protected Attributes | |
TrSelSortOp | m_op |
TrHeaderAttrId | m_hdr_attr_id |
Sorting rule for traces selection.
hds::db::TrSelSortRule::TrSelSortRule | ( | TrSelSortOp | op, |
TrHeaderAttrId | hdr_attr_id | ||
) |
Constructor with sorting operation and id
of header attribute provided.
|
virtual |
Destructor.
|
virtual |
Clone this rule.
Implements hds::db::TrSelBaseRule.
|
virtual |
Id of header attribute.
Implements hds::db::TrSelBaseRule.
|
virtual |
Get type of rule operation.
Implements hds::db::TrSelBaseRule.
|
protected |
< Current sorting operation. Id of the header attribute.