libgrape-lite
A C++ library for parallel graph processing
|
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_ {} |