Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

dolfin::NewList< T > Class Template Reference

#include <NewList.h>

Inheritance diagram for dolfin::NewList< T >:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 NewList ()
 NewList (NewList< T > &x)

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

template<class T>
dolfin::NewList< T >::NewList  )  [inline]
 

template<class T>
dolfin::NewList< T >::NewList NewList< T > &  x  )  [inline]
 


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


Documentation automatically generated with Doxygen on 10 Sep 2004.