Generic Collection auto-pointer. More...
Public Member Functions | |
Collection Collection | |
GenericCollection (const Collection< Type > &collection) | |
GenericCollection (const GenericCollection< Type > &genericCollection) | |
GenericCollection (Collection< Type > *collection) | |
Public Member Functions inherited from Hurricane::Collection< Type > | |
virtual | ~Collection () |
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 |
Generic Collection auto-pointer.
This class is an auto-pointer like wrapped around the raw collection. The database systematically returns collections wrapped inside GenericCollection.
|
inline |
Constructor from a raw Collection.
|
inline |
Constructor from a raw Collection.
|
inline |
Constructor from a raw Collection.
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 |