Decralation of graph iterators. More...
Go to the source code of this file.
Classes | |
| class | ogdf::internal::GraphArrayIteratorBase< ArrayType, isConst > |
| class | ogdf::internal::GraphIteratorBase< GraphObjectPtr, isReverse, isConst > |
| class | ogdf::internal::SimpleRange< It > |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
| namespace | ogdf::internal |
Typedefs | |
| template<class ArrayType > | |
| using | ogdf::internal::GraphArrayConstIterator = GraphArrayIteratorBase< ArrayType, true > |
| template<class ArrayType > | |
| using | ogdf::internal::GraphArrayIterator = GraphArrayIteratorBase< ArrayType, false > |
| template<class GraphObjectPtr > | |
| using | ogdf::internal::GraphIterator = GraphIteratorBase< GraphObjectPtr, false, false > |
| template<class GraphObjectPtr > | |
| using | ogdf::internal::GraphReverseIterator = GraphIteratorBase< GraphObjectPtr, true, false > |
Decralation of graph iterators.
Definition in file graph_iterators.h.