#include <vertex_iterator.hpp>


Public Member Functions | |
| vertex_iterator () | |
| vertex_iterator & | operator++ () |
| vertex_iterator | operator++ (int) |
| bool | is_equal (const vertex_iterator &x) const |
| const vertex_locator & | operator* () const |
| const vertex_locator *const | operator-> () const |
Private Member Functions | |
| vertex_iterator (uint64_t index, const delegate_partitioned_graph *pgraph) | |
| void | update_locator () |
Private Attributes | |
| const delegate_partitioned_graph * | m_ptr_graph |
| uint64_t | m_owned_vert_index |
| vertex_locator | m_locator |
Friends | |
| class | delegate_partitioned_graph |
| bool | operator== (const vertex_iterator &x, const vertex_iterator &y) |
| bool | operator!= (const vertex_iterator &x, const vertex_iterator &y) |
Definition at line 62 of file vertex_iterator.hpp.
|
inline |
Definition at line 66 of file vertex_iterator.hpp.
|
private |
|
inline |
Definition at line 131 of file vertex_iterator.hpp.

|
inline |
Definition at line 80 of file vertex_iterator.hpp.
|
inline |
Definition at line 112 of file vertex_iterator.hpp.
|
inline |
Definition at line 121 of file vertex_iterator.hpp.
|
inline |
Definition at line 81 of file vertex_iterator.hpp.
|
inlineprivate |
Definition at line 154 of file vertex_iterator.hpp.
|
friend |
Definition at line 84 of file vertex_iterator.hpp.
|
friend |
Definition at line 76 of file vertex_iterator.hpp.
|
friend |
Definition at line 73 of file vertex_iterator.hpp.
|
private |
Definition at line 91 of file vertex_iterator.hpp.
|
private |
Definition at line 90 of file vertex_iterator.hpp.
|
private |
Definition at line 89 of file vertex_iterator.hpp.