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


Main Page   Class Hierarchy   Compound List   File List  

List.h File Reference

A generic linked list. More...

#include <malloc.h>
#include "fastAlloc.h"
#include "DAGHDefaults.h"
#include "List.c"

Include dependency graph for List.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

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

class  ListItem
 An item of List. More...


Defines

#define DAGHListLoop(list, item, Type)
#define DAGHEndLoop   } }


Detailed Description

A generic linked list.

Author:
Manish Parashar

Definition in file List.h.


Define Documentation

#define DAGHListLoop list,
item,
Type   
 

Value:

{                 \
   ListItem<Type> *li = 0;                              \
   for (li=(list).Head();li;li=(list).Next(li)) {       \
   (item) = &(list).Item(li);

Definition at line 97 of file List.h.


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



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