Searched refs:aggregateList (Results 1 – 2 of 2) sorted by relevance
34 std::list<const CConfigurableElement *> &aggregateList, in CConfigurableElementAggregator() argument36 : _aggregateList(aggregateList), _pfnMatchesAggregationCriterion(pfnMatchesAggregationCriterion) in CConfigurableElementAggregator()49 std::list<const CConfigurableElement *> &aggregateList) in doAggregate() argument73 aggregateList.push_back(pConfigurableElement); in doAggregate()78 aggregateList.insert(aggregateList.end(), childAggregateElementList.begin(), in doAggregate()
45 CConfigurableElementAggregator(std::list<const CConfigurableElement *> &aggregateList,54 std::list<const CConfigurableElement *> &aggregateList);