|
libgrape-lite
A C++ library for parallel graph processing
|
ISyncBuffer is a base class of SyncBuffer, which is used for auto parallelization. More...
#include <sync_buffer.h>
Public Member Functions | |
| virtual void * | data ()=0 |
| virtual bool | updated (size_t begin, size_t length) const =0 |
| virtual const std::type_info & | GetTypeId () const =0 |
| template<typename T > | |
| T * | base () |
ISyncBuffer is a base class of SyncBuffer, which is used for auto parallelization.