A memory buffer of static size. More...
Go to the source code of this file.
Classes | |
class | Hypertable::StaticBuffer |
A memory buffer of static size. More... | |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Typedefs | |
typedef std::shared_ptr < StaticBuffer > | Hypertable::StaticBufferPtr |
Smart pointer to StaticBuffer. More... | |
Functions | |
bool | Hypertable::operator< (const StaticBuffer &sb1, const StaticBuffer &sb2) |
"Less than" operator for StaticBuffer; uses memcmp More... | |
bool | Hypertable::operator== (const StaticBuffer &sb1, const StaticBuffer &sb2) |
Equality operator for StaticBuffer; uses memcmp. More... | |
bool | Hypertable::operator!= (const StaticBuffer &sb1, const StaticBuffer &sb2) |
Inequality operator for StaticBuffer. More... | |
A memory buffer of static size.
The StaticBuffer is a memory buffer of static size.
Definition in file StaticBuffer.h.