| 
    libgrape-lite
    
   A C++ library for parallel graph processing 
   | 
 
Public Member Functions | |
| DenseVertexSet (VID_T beg, const Bitset< VID_T > &bitset) | |
| DEV_INLINE bool | Insert (Vertex< VID_T > v) | 
| DEV_INLINE bool | Exist (Vertex< VID_T > v) const | 
| DEV_INLINE void | Clear () | 
| DEV_INLINE size_t | Count () | 
Private Attributes | |
| VID_T | beg_ | 
| Bitset< VID_T > | bitset_ |