0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs | Functions
StaticBuffer.h File Reference

A memory buffer of static size. More...

#include "DynamicBuffer.h"
#include "Logger.h"
#include <cstdlib>
#include <memory>
Include dependency graph for StaticBuffer.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

A memory buffer of static size.

The StaticBuffer is a memory buffer of static size.

Definition in file StaticBuffer.h.