FiReS
0.2.0
FiReS - Filter, Retrieval and Search
|
Classes | |
struct | TSortProperty |
Public Types | |
enum | TSortOrder { ASCENDING = 0, DESCENDING } |
typedef std::vector< TSortProperty > | TSortProperties |
Public Member Functions | |
void | addProperty (const std::string &propertyLabel_, PropertySorter *sorter_, TSortOrder order_=ASCENDING) |
TSortProperties & | properties (void) |
void | clear (void) |
virtual bool | operator() (Object *obj1, Object *obj2) const |
Protected Attributes | |
TSortProperties | _properties |