Blockstructured Adaptive Mesh Refinement in object-oriented C++
#include <malloc.h>
#include "fastAlloc.h"
#include "DAGHDefaults.h"
#include "List.c"
Include dependency graph for List.h:
This graph shows which files directly or indirectly include this file:
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 } } |
Definition in file List.h.
|
Value: { \ ListItem<Type> *li = 0; \ for (li=(list).Head();li;li=(list).Next(li)) { \ (item) = &(list).Item(li); |
Quickstart Users Guide Programmers Reference Installation Examples Download
AMROC Main Home Contactlast update: 06/01/04