CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TaskScrubbingCallback Class Reference

#include <pipeline.h>

Inheritance diagram for TaskScrubbingCallback:
Collaboration diagram for TaskScrubbingCallback:

Public Member Functions

 TaskScrubbingCallback (Tube< BlockItem > *tube_in, Tube< FileItem > *tube_counter)
 
- Public Member Functions inherited from TubeConsumer< BlockItem >
virtual ~TubeConsumer ()
 
- Public Member Functions inherited from Observable< ScrubbingResult >
virtual ~Observable ()
 
CallbackPtr RegisterListener (typename BoundClosure< ScrubbingResult, DelegateT, ClosureDataT >::CallbackMethod method, DelegateT *delegate, ClosureDataT data)
 
CallbackPtr RegisterListener (typename BoundCallback< ScrubbingResult, DelegateT >::CallbackMethod method, DelegateT *delegate)
 
CallbackPtr RegisterListener (typename Callback< ScrubbingResult >::CallbackFunction fn)
 
void UnregisterListener (CallbackPtr callback_object)
 
void UnregisterListeners ()
 

Protected Member Functions

virtual void Process (BlockItem *block_item)
 
- Protected Member Functions inherited from TubeConsumer< BlockItem >
 TubeConsumer (Tube< BlockItem > *tube)
 
virtual void OnTerminate ()
 
- Protected Member Functions inherited from Observable< ScrubbingResult >
void RegisterListener (CallbackPtr callback_object)
 
 Observable ()
 
void NotifyListeners (const ScrubbingResult &parameter)
 

Private Attributes

Tube< FileItem > * tube_counter_
 

Additional Inherited Members

- Public Types inherited from Observable< ScrubbingResult >
typedef Callbackable
< ScrubbingResult >
::CallbackTN
CallbackPtr
 
- Public Types inherited from Callbackable< ScrubbingResult >
typedef CallbackBase
< ScrubbingResult
CallbackTN
 
- Static Public Member Functions inherited from Callbackable< ScrubbingResult >
static CallbackTNMakeClosure (typename BoundClosure< ScrubbingResult, DelegateT, ClosureDataT >::CallbackMethod method, DelegateT *delegate, const ClosureDataT &closure_data)
 
static CallbackTNMakeCallback (typename BoundCallback< ScrubbingResult, DelegateT >::CallbackMethod method, DelegateT *delegate)
 
static CallbackTNMakeCallback (typename Callback< ScrubbingResult >::CallbackFunction function)
 
- Protected Types inherited from Observable< ScrubbingResult >
typedef std::set< CallbackPtrCallbacks
 
- Protected Attributes inherited from TubeConsumer< BlockItem >
Tube< BlockItem > * tube_
 

Detailed Description

Definition at line 101 of file pipeline.h.

Constructor & Destructor Documentation

TaskScrubbingCallback::TaskScrubbingCallback ( Tube< BlockItem > *  tube_in,
Tube< FileItem > *  tube_counter 
)
inline

Definition at line 106 of file pipeline.h.

Member Function Documentation

void TaskScrubbingCallback::Process ( BlockItem block_item)
protectedvirtual

Implements TubeConsumer< BlockItem >.

Definition at line 160 of file pipeline.cc.

Here is the call graph for this function:

Member Data Documentation

Tube<FileItem>* TaskScrubbingCallback::tube_counter_
private

Definition at line 116 of file pipeline.h.

Referenced by Process().


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