libgrape-lite
A C++ library for parallel graph processing
|
Public Member Functions | |
DeltaVarintDecoder (const char *p, size_t size) | |
void | reset (const char *p, size_t size) |
bool | pop (T &v) |
size_t | size () const |
VarintDecoder & | decoder () |
void | reset_last () |
Private Attributes | |
VarintDecoder | decoder_ |
T | last_ |