#include <spanningTreeStrategy.h>
Public Types | |
typedef random_access_iterator_tag | iterator_category |
typedef T | value_type |
typedef ptrdiff_t | difference_type |
typedef T * | pointer |
typedef T & | reference |
Definition at line 25 of file spanningTreeStrategy.h.
typedef random_access_iterator_tag std::std::iterator_traits< T * >::iterator_category |
Definition at line 26 of file spanningTreeStrategy.h.
typedef T std::std::iterator_traits< T * >::value_type |
Definition at line 27 of file spanningTreeStrategy.h.
typedef ptrdiff_t std::std::iterator_traits< T * >::difference_type |
Definition at line 28 of file spanningTreeStrategy.h.
typedef T* std::std::iterator_traits< T * >::pointer |
Definition at line 29 of file spanningTreeStrategy.h.
typedef T& std::std::iterator_traits< T * >::reference |
Definition at line 30 of file spanningTreeStrategy.h.