CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ConcurrentWorkers< WorkerT >::WorkerRunBinding Struct Reference

#include <concurrency.h>

Inheritance diagram for ConcurrentWorkers< WorkerT >::WorkerRunBinding:
Collaboration diagram for ConcurrentWorkers< WorkerT >::WorkerRunBinding:

Public Member Functions

 WorkerRunBinding (ConcurrentWorkers< WorkerT > *delegate, const worker_context_t *worker_context)
 
- Public Member Functions inherited from ConcurrentWorkers< WorkerT >::RunBinding
 RunBinding (ConcurrentWorkers< WorkerT > *delegate)
 

Public Attributes

const worker_context_tworker_context
 
- Public Attributes inherited from ConcurrentWorkers< WorkerT >::RunBinding
ConcurrentWorkers< WorkerT > * delegate
 

Detailed Description

template<class WorkerT>
struct ConcurrentWorkers< WorkerT >::WorkerRunBinding

Definition at line 429 of file concurrency.h.

Constructor & Destructor Documentation

template<class WorkerT>
ConcurrentWorkers< WorkerT >::WorkerRunBinding::WorkerRunBinding ( ConcurrentWorkers< WorkerT > *  delegate,
const worker_context_t worker_context 
)
inline

Definition at line 430 of file concurrency.h.

Member Data Documentation

template<class WorkerT>
const worker_context_t* ConcurrentWorkers< WorkerT >::WorkerRunBinding::worker_context

WorkerT defined context objects for worker init.

Definition at line 437 of file concurrency.h.

Referenced by ConcurrentWorkers< WorkerT >::RunWorker().


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