Searched refs:aggregateList (Results 1 – 2 of 2) sorted by relevance
33 …ConfigurableElementAggregator(std::list<const CConfigurableElement*>& aggregateList, MatchesAggreg… in CConfigurableElementAggregator() argument34 : _aggregateList(aggregateList), _pfnMatchesAggregationCriterion(pfnMatchesAggregationCriterion) in CConfigurableElementAggregator()45 … CConfigurableElement* pConfigurableElement, std::list<const CConfigurableElement*>& aggregateList) in doAggregate() argument69 aggregateList.push_back(pConfigurableElement); in doAggregate()74 …aggregateList.insert(aggregateList.end(), childAggregateElementList.begin(), childAggregateElement… in doAggregate()
44 …CConfigurableElementAggregator(std::list<const CConfigurableElement*>& aggregateList, MatchesAggre…51 …CConfigurableElement* pConfigurableElement, std::list<const CConfigurableElement*>& aggregateList);