dolfin::NewList< T > Class Template Reference
#include <NewList.h>
Inheritance diagram for dolfin::NewList< T >:
[legend]List of all members.
Detailed Description
template<class T>
class dolfin::NewList< T >
A NewList is a container that provides O(n) access time to elements and O(n) memory overhead. However, a NewList can be grown/shrunk without reallocation and spliced together with other lists, etc.
It is a wrapper for std::list (doubly-linked list), so see the STL manual for further details.
Constructor & Destructor Documentation
The documentation for this class was generated from the following file:

Documentation automatically generated with Doxygen on 10 Sep 2004.