Applies a Type Filter to a Collection. More...
Public Member Functions | |
Collection Collection | |
SubTypeCollection (const Collection< Type > *collection) | |
SubTypeCollection (const GenericCollection< Type > &collection) | |
SubTypeCollection (const SubTypeCollection &subTypeCollection) | |
Public Member Functions inherited from Hurricane::Collection< SubType > | |
virtual | ~Collection () |
virtual unsigned | getSize () const |
SubType | getFirst () const |
GenericCollection< SubType > | getSubSet (const Filter< SubType > &filter) const |
GenericCollection< SubType > | getSubSet () const |
GenericCollection< SubType > | getSubSet (const Filter< SubType > &filter) const |
Applies a Type Filter to a Collection.
Build a sub-Collection of all the elements of the primary that are of a certain sub-type. The filtering mechanism relies on a dynamic_cast<>
so there must be an inheritance path between the Collection type and the sub-type.
|
inline |
Constructor from a primary Collection and a Filter.
|
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 |