Applies a Filter to a Collection. More...
Public Member Functions | |
Collection Collection | |
SubSetCollection (const Collection< Type > &collection, const Filter< Type > &filter) | |
SubSetCollection (const SubSetCollection &subSetCollection) | |
Public Member Functions inherited from Hurricane::Collection< Type > | |
virtual | ~Collection () |
virtual unsigned | getSize () const |
Type | getFirst () const |
GenericCollection< Type > | getSubSet (const Filter< Type > &filter) const |
template<class SubType > | |
GenericCollection< SubType > | getSubSet () const |
template<class SubType > | |
GenericCollection< SubType > | getSubSet (const Filter< SubType > &filter) const |
Applies a Filter to a Collection.
Build a sub-Collection of all the elements of the primary that match the Filter criterion.
|
inline |
Constructor from a primary Collection and a Filter.
|
inline |
Copy constructor.
Generated by doxygen 1.9.1 on Thu Aug 11 2022 | Return to top of page |
Hurricane VLSI Database | Copyright © 2000-2020 Bull S.A. All rights reserved |