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
LocationThread Class Reference
Collaboration diagram for LocationThread:
Collaboration graph
[legend]

Public Member Functions

 LocationThread (NamespacePtr &ns, NameIdMapperPtr namemap, const String &location, boost::progress_display *progress, const RangeInfoVec &ranges, uint32_t sleep_ms)
 
void operator() ()
 

Private Attributes

NamespacePtr m_namespace
 
NameIdMapperPtr m_namemap
 
RangeInfoVec m_ranges
 
boost::progress_display * m_progress
 
uint32_t m_sleep_ms
 

Detailed Description

Definition at line 109 of file check_integrity.cc.

Constructor & Destructor Documentation

LocationThread::LocationThread ( NamespacePtr ns,
NameIdMapperPtr  namemap,
const String location,
boost::progress_display *  progress,
const RangeInfoVec ranges,
uint32_t  sleep_ms 
)
inline

Definition at line 112 of file check_integrity.cc.

Member Function Documentation

void LocationThread::operator() ( )
inline

Definition at line 119 of file check_integrity.cc.

Member Data Documentation

NameIdMapperPtr LocationThread::m_namemap
private

Definition at line 187 of file check_integrity.cc.

NamespacePtr LocationThread::m_namespace
private

Definition at line 183 of file check_integrity.cc.

boost::progress_display* LocationThread::m_progress
private

Definition at line 189 of file check_integrity.cc.

RangeInfoVec LocationThread::m_ranges
private

Definition at line 188 of file check_integrity.cc.

uint32_t LocationThread::m_sleep_ms
private

Definition at line 190 of file check_integrity.cc.


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