Implementation of algorithms as templates working with different list types. More...
#include <ogdf/basic/Array.h>Go to the source code of this file.
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_LIST_TEMPLATES_H |
Functions | |
| template<class LIST > | |
| void | ogdf::quicksortTemplate (LIST &L) |
| template<class LIST , class COMPARER > | |
| void | ogdf::quicksortTemplate (LIST &L, COMPARER &comp) |
Implementation of algorithms as templates working with different list types.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file list_templates.h.
| #define OGDF_LIST_TEMPLATES_H |
Definition at line 49 of file list_templates.h.