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 > |
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 > |
template<class GraphObjectPtr > | |
using | ogdf::internal::GraphReverseIterator = GraphIteratorBase< GraphObjectPtr, true > |
Decralation of graph iterators.
Definition in file graph_iterators.h.