Declaration and implementation of a simple freelist and an index pool which generates unique indices for elements. More...
#include <ogdf/basic/EList.h>Go to the source code of this file.
Classes | |
| class | ogdf::EFreeList< E, next > |
| Simple implementation of a FreeList which buffers the memory allocation of an embedded list item. More... | |
| class | ogdf::EFreeListIndexPool< E, next, index > |
| More complex implementation of a FreeList, which is able to generate indeices for the elements. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_EFREELIST_H |
Declaration and implementation of a simple freelist and an index pool which generates unique indices for elements.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file EFreeList.h.
| #define OGDF_EFREELIST_H |
Definition at line 49 of file EFreeList.h.