0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
Hypertable::KeyDecompressorNone Class Reference

#include <KeyDecompressorNone.h>

Inheritance diagram for Hypertable::KeyDecompressorNone:
Inheritance graph
[legend]
Collaboration diagram for Hypertable::KeyDecompressorNone:
Collaboration graph
[legend]

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

Key m_key
 
SerializedKey m_serialized_key
 

Detailed Description

Definition at line 29 of file KeyDecompressorNone.h.

Member Function Documentation

const uint8_t * KeyDecompressorNone::add ( const uint8_t *  ptr)
overridevirtual

Implements Hypertable::KeyDecompressor.

Definition at line 33 of file KeyDecompressorNone.cc.

bool KeyDecompressorNone::less_than ( SerializedKey  serialized_key)
overridevirtual

Implements Hypertable::KeyDecompressor.

Definition at line 39 of file KeyDecompressorNone.cc.

void KeyDecompressorNone::load ( Key key)
overridevirtual

Implements Hypertable::KeyDecompressor.

Definition at line 44 of file KeyDecompressorNone.cc.

void KeyDecompressorNone::reset ( )
overridevirtual

Implements Hypertable::KeyDecompressor.

Definition at line 29 of file KeyDecompressorNone.cc.

Member Data Documentation

Key Hypertable::KeyDecompressorNone::m_key
private

Definition at line 36 of file KeyDecompressorNone.h.

SerializedKey Hypertable::KeyDecompressorNone::m_serialized_key
private

Definition at line 37 of file KeyDecompressorNone.h.


The documentation for this class was generated from the following files: