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

A Blob structure holds a data pointer and a size. More...

#include <BlobHashTraits.h>

Public Member Functions

 Blob (const void *buf, size_t len)
 

Public Attributes

const void * start
 
size_t size
 

Detailed Description

A Blob structure holds a data pointer and a size.

Definition at line 39 of file BlobHashTraits.h.

Constructor & Destructor Documentation

Hypertable::Blob::Blob ( const void *  buf,
size_t  len 
)
inline

Definition at line 40 of file BlobHashTraits.h.

Member Data Documentation

size_t Hypertable::Blob::size

Definition at line 43 of file BlobHashTraits.h.

const void* Hypertable::Blob::start

Definition at line 42 of file BlobHashTraits.h.


The documentation for this struct was generated from the following file: