AMROC Main     Blockstructured Adaptive Mesh Refinement in object-oriented C++


Main Page   Class Hierarchy   Compound List   File List  

List Class Template Reference

Implementation of a generic linked list... More...

#include <List.h>

Inheritance diagram for List:

Inheritance graph
[legend]
Collaboration diagram for List:

Collaboration graph
[legend]
List of all members.

Public Methods

 List ()
 List (const int cnt)
int number () const
int isempty () const
 ~List ()
void add (const Type &t)
void add (const List< Type > &other)
void combine (List< Type > &other)
void pop ()
void empty ()
const Type & first () const
void array (Type **&array, int &cnt) const
void array (Type *&array, int &cnt) const
void reset ()
ListItem< Type > * Head () const
ListItem< Type > * Tail () const
ListItem< Type > * Next (ListItem< Type > *listitem) const
Type & Item (ListItem< Type > *listitem) const

Detailed Description

template<class Type>
class List< Type >

Implementation of a generic linked list...

Author:
Manish Parashar

Definition at line 47 of file List.h.


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


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



AMROC Main      Home      Contact
last update: 06/01/04