libgrape-lite
A C++ library for parallel graph processing
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
grape::cuda::dev::OutArchive Class Reference

Public Member Functions

 OutArchive (const ArrayView< char > &data, uint32_t *offset)
 
template<typename T >
DEV_INLINE bool GetBytes (T &elem)
 
template<typename T >
DEV_INLINE bool GetBytesWarp (T &elem)
 
DEV_INLINE bool Empty () const
 
DEV_INLINE uint32_t size () const
 
DEV_INLINE char * data ()
 

Private Attributes

ArrayView< char > buffer_
 
uint32_t * pos_ {}