|
FiReS
0.2.0
FiReS - Filter, Retrieval and Search
|
Inheritance diagram for fires::FilterMaxValue< T >:
Collaboration diagram for fires::FilterMaxValue< T >:Public Member Functions | |
| FilterMaxValue (const T max_, const TRangeEndpoint maxEndpoint__=OPENED_ENDPOINT) | |
| virtual bool | eval (const Property &property) const |
Protected Attributes | |
| T | _max |
| TRangeEndpoint | _maxEndpoint |
Additional Inherited Members | |
Public Types inherited from fires::FilterRange | |
| enum | TRangeInclusion { INSIDE_RANGE = 0, OUTSIDE_RANGE } |
| enum | TRangeEndpoint { CLOSED_ENDPOINT = 0, OPENED_ENDPOINT } |