Decralation of graph iterators. More...
Go to the source code of this file.
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
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.