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

#include <QueryThread.h>

Collaboration diagram for Hypertable::QueryThread:
Collaboration graph
[legend]

Public Member Functions

 QueryThread (PropertiesPtr &props, TablePtr &table, boost::progress_display *progress, ParallelStateRec &state)
 
void operator() ()
 

Private Attributes

PropertiesPtr m_props
 
TablePtr m_table
 
boost::progress_display * m_progress
 
ParallelStateRecm_state
 

Detailed Description

Definition at line 37 of file QueryThread.h.

Constructor & Destructor Documentation

Hypertable::QueryThread::QueryThread ( PropertiesPtr props,
TablePtr table,
boost::progress_display *  progress,
ParallelStateRec state 
)
inline

Definition at line 40 of file QueryThread.h.

Member Function Documentation

void QueryThread::operator() ( )

Definition at line 39 of file QueryThread.cc.

Member Data Documentation

boost::progress_display* Hypertable::QueryThread::m_progress
private

Definition at line 50 of file QueryThread.h.

PropertiesPtr Hypertable::QueryThread::m_props
private

Definition at line 48 of file QueryThread.h.

ParallelStateRec& Hypertable::QueryThread::m_state
private

Definition at line 51 of file QueryThread.h.

TablePtr Hypertable::QueryThread::m_table
private

Definition at line 49 of file QueryThread.h.


The documentation for this class was generated from the following files: