This is the complete list of members for Hypertable::Lib::CellInterval, including all inherited members.
| CellInterval() | Hypertable::Lib::CellInterval | inline |
| CellInterval(const char *start_row, const char *start_column, bool start_inclusive, const char *end_row, const char *end_column, bool end_inclusive) | Hypertable::Lib::CellInterval | inline |
| CellInterval(const uint8_t **bufp, size_t *remainp) | Hypertable::Lib::CellInterval | inline |
| decode(const uint8_t **bufp, size_t *remainp) | Hypertable::Serializable | virtual |
| decode_internal(uint8_t version, const uint8_t **bufp, size_t *remainp) override | Hypertable::Lib::CellInterval | privatevirtual |
| encode(uint8_t **bufp) const | Hypertable::Serializable | virtual |
| encode_internal(uint8_t **bufp) const override | Hypertable::Lib::CellInterval | privatevirtual |
| encoded_length() const | Hypertable::Serializable | virtual |
| encoded_length_internal() const override | Hypertable::Lib::CellInterval | privatevirtual |
| encoding_version() const override | Hypertable::Lib::CellInterval | privatevirtual |
| end_column | Hypertable::Lib::CellInterval | |
| end_inclusive | Hypertable::Lib::CellInterval | |
| end_row | Hypertable::Lib::CellInterval | |
| operator<<(ostream &os, const CellInterval &ci) | Hypertable::Lib::CellInterval | related |
| render_hql() const | Hypertable::Lib::CellInterval | |
| start_column | Hypertable::Lib::CellInterval | |
| start_inclusive | Hypertable::Lib::CellInterval | |
| start_row | Hypertable::Lib::CellInterval | |
| ~CellInterval() | Hypertable::Lib::CellInterval | inlinevirtual |