![]() |
Bridges-C++
3.4.5-dev1-6-g935685a
Bridges(C++ API)
|
This is a helper class to return sets of vertices in a way that are iterable with range for loops. Students should have to use this directly. More...
#include <GraphAdjList.h>
Classes | |
class | const_iterator |
This is a helper class to return sets of vertices in a way that are iterable with range for loops. Students should have to use this directly. More... | |
class | iterator |
This is a helper class to return sets of vertices in a way that are iterable with range for loops. Students should have to use this directly. More... | |
Public Member Functions | |
VertexElementSet_listhelper (std::unordered_map< K, Element< E1 > * > &um) | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
This is a helper class to return sets of vertices in a way that are iterable with range for loops. Students should have to use this directly.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |