libgrape-lite
A C++ library for parallel graph processing
Public Member Functions | Public Attributes | List of all members
grape::DestList Struct Reference

Destination list for message exchange. A message may need to be sent to all the fragments in the DestList. More...

#include <adj_list.h>

Public Member Functions

DEV_HOST DestList (const fid_t *begin_, const fid_t *end_)
 
DEV_HOST_INLINE bool Empty ()
 
DEV_HOST_INLINE bool NotEmpty ()
 

Public Attributes

const fid_t * begin
 
const fid_t * end
 

Detailed Description

Destination list for message exchange. A message may need to be sent to all the fragments in the DestList.