FiReS
0.2.0
FiReS - Filter, Retrieval and Search
|
Classes | |
struct | TAggregatorProperty |
Public Member Functions | |
void | addProperty (const std::string &propertyLabel_, PropertyAggregator *aggregator_, PropertyAggregator::TAggregation type_=PropertyAggregator::MAX, const std::string &destPropertyLabel_="") |
std::vector< TAggregatorProperty > & | properties (void) |
Object & | aggregatedObject () |
void | clearAggregatedObject (void) |
void | clearProperties (void) |
void | clear (void) |
Protected Attributes | |
std::vector< TAggregatorProperty > | _properties |
Object | _aggregatedObject |
Definition at line 33 of file Aggregate.h.