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

#include <LocationCache.h>

Collaboration diagram for Hypertable::LocationCache::Value:
Collaboration graph
[legend]

Public Attributes

struct Valueprev
 
struct Valuenext
 
std::map< LocationCacheKey,
Value * >::iterator 
map_iter
 
std::string start_row
 
std::string end_row
 
const CommAddressaddrp
 
bool pegged
 

Detailed Description

Definition at line 89 of file LocationCache.h.

Member Data Documentation

const CommAddress* Hypertable::LocationCache::Value::addrp

Definition at line 94 of file LocationCache.h.

std::string Hypertable::LocationCache::Value::end_row

Definition at line 93 of file LocationCache.h.

std::map<LocationCacheKey, Value *>::iterator Hypertable::LocationCache::Value::map_iter

Definition at line 91 of file LocationCache.h.

struct Value * Hypertable::LocationCache::Value::next

Definition at line 90 of file LocationCache.h.

bool Hypertable::LocationCache::Value::pegged

Definition at line 95 of file LocationCache.h.

struct Value* Hypertable::LocationCache::Value::prev

Definition at line 90 of file LocationCache.h.

std::string Hypertable::LocationCache::Value::start_row

Definition at line 92 of file LocationCache.h.


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