| 
    libgrape-lite
    
   A C++ library for parallel graph processing 
   | 
 
Public Member Functions | |
| InArchive (const ArrayView< char > &buffer, uint32_t *size) | |
| template<typename T > | |
| DEV_INLINE void | AddBytes (const T &elem) | 
| template<typename T > | |
| DEV_INLINE void | AddBytesWarpOpt (int fid, const T &elem) | 
| template<typename T > | |
| DEV_INLINE void | AddBytesWarp (const T &elem) | 
Private Attributes | |
| ArrayView< char > | buffer_ | 
| uint32_t * | size_ {} |