Declaration and implementation of list-based stacks (StackPure<E> and Stack<E>). More...
#include <ogdf/basic/SList.h>Go to the source code of this file.
Classes | |
| class | ogdf::StackPure< E > |
| List-based stacks. More... | |
| struct | ogdf::StackPure< E >::Element |
| class | ogdf::Stack< E > |
| The parameterized class Stack<E> implements list-based stacks. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_STACK_H |
Functions | |
| template<class E > | |
| ostream & | ogdf::operator<< (ostream &os, const StackPure< E > &S) |
| template<class E > | |
| ostream & | ogdf::operator<< (ostream &os, const Stack< E > &S) |
Declaration and implementation of list-based stacks (StackPure<E> and Stack<E>).
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file Stack.h.
| #define OGDF_STACK_H |