#include <KeyDecompressorPrefix.h>
Public Member Functions | |
void | reset () override |
const uint8_t * | add (const uint8_t *ptr) override |
bool | less_than (SerializedKey serialized_key) override |
void | load (Key &key) override |
Public Member Functions inherited from Hypertable::KeyDecompressor | |
virtual | ~KeyDecompressor () |
Private Attributes | |
SerializedKey | m_serialized_key |
DynamicBuffer | m_bufs [2] |
const uint8_t * | m_current_base |
bool | m_first |
Definition at line 29 of file KeyDecompressorPrefix.h.
|
overridevirtual |
Implements Hypertable::KeyDecompressor.
Definition at line 38 of file KeyDecompressorPrefix.cc.
|
overridevirtual |
Implements Hypertable::KeyDecompressor.
Definition at line 65 of file KeyDecompressorPrefix.cc.
|
overridevirtual |
Implements Hypertable::KeyDecompressor.
Definition at line 70 of file KeyDecompressorPrefix.cc.
|
overridevirtual |
Implements Hypertable::KeyDecompressor.
Definition at line 30 of file KeyDecompressorPrefix.cc.
|
private |
Definition at line 37 of file KeyDecompressorPrefix.h.
|
private |
Definition at line 38 of file KeyDecompressorPrefix.h.
|
private |
Definition at line 39 of file KeyDecompressorPrefix.h.
|
private |
Definition at line 36 of file KeyDecompressorPrefix.h.