Hurricane VLSI Database


Hurricane::ListCollection< Element > Class Template Reference

Hurricane Collection wrapper around a std::list. More...

Inheritance diagram for Hurricane::ListCollection< Element >:

Public Member Functions

Collection Collection

Utilitarians

Collection::Fill Collection::Fill Collection::Fill

Remarks
The elements are added to the container in the order with which the collection is visited. So the same order will appear in a list or a vector, but for a set they will be inserted according to the set ordering method.
 ListCollection (const ElementList *elementList=NULL)

Detailed Description

template<class Element>
class Hurricane::ListCollection< Element >

Hurricane Collection wrapper around a std::list.

Automatically wrap a Hurricane Collection around a stl::list.

Constructor & Destructor Documentation

◆ ListCollection()

template<class Element>
Hurricane::ListCollection< Element >::ListCollection ( const ElementList * elementList = NULL)
inline

Constructor from a STL list, the list must not be de-allocated.


The documentation for this class was generated from the following files:


Generated by doxygen 1.16.1 on Return to top of page
Hurricane VLSI Database Copyright © 2000-2020 Bull S.A. All rights reserved