Blockstructured Adaptive Mesh Refinement in object-oriented C++
#include <List.h>
Inheritance diagram for List:
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 |
Definition at line 47 of file List.h.
Quickstart Users Guide Programmers Reference Installation Examples Download
AMROC Main Home Contactlast update: 06/01/04