libgrape-lite
A C++ library for parallel graph processing
Classes | Public Member Functions | Private Types | Private Attributes | List of all members
grape::FilterConstAdjList< VID_T, EDATA_T, PRED_T > Class Template Reference

Classes

class  const_iterator
 

Public Member Functions

 FilterConstAdjList (const NbrT *b, const NbrT *e, PRED_T pred)
 
bool Empty () const
 
bool NotEmpty () const
 
const_iterator begin () const
 
const_iterator end () const
 
bool empty () const
 

Private Types

using NbrT = Nbr< VID_T, EDATA_T >
 

Private Attributes

const NbrTbegin_
 
const NbrTend_
 
PRED_T pred_