#include <vert_info.hpp>
Public Member Functions | |
vert_info (bool in_is_delegate, uint64_t in_delegate_id, uint64_t in_low_csr_idx) | |
Public Attributes | |
uint32_t | is_delegate: 1 |
uint32_t | delegate_id: 24 |
uint64_t | low_csr_idx: 39 |
Friends | |
bool | operator== (const vert_info &x, const vert_info &y) |
bool | operator!= (const vert_info &x, const vert_info &y) |
Definition at line 61 of file vert_info.hpp.
|
inline |
Definition at line 88 of file vert_info.hpp.
|
friend |
Definition at line 76 of file vert_info.hpp.
|
friend |
Definition at line 70 of file vert_info.hpp.
uint32_t havoqgt::mpi::delegate_partitioned_graph< SegementManager >::vert_info::delegate_id |
Definition at line 67 of file vert_info.hpp.
uint32_t havoqgt::mpi::delegate_partitioned_graph< SegementManager >::vert_info::is_delegate |
Definition at line 66 of file vert_info.hpp.
uint64_t havoqgt::mpi::delegate_partitioned_graph< SegementManager >::vert_info::low_csr_idx |
Definition at line 68 of file vert_info.hpp.