CernVM-FS
2.12.0
|
#include <task_hash.h>
Public Member Functions | |
TaskHash (Tube< BlockItem > *tube_in, TubeGroup< BlockItem > *tubes_out) | |
Public Member Functions inherited from TubeConsumer< BlockItem > | |
virtual | ~TubeConsumer () |
Protected Member Functions | |
virtual void | Process (BlockItem *input_block) |
Protected Member Functions inherited from TubeConsumer< BlockItem > | |
TubeConsumer (Tube< BlockItem > *tube) | |
virtual void | OnTerminate () |
Private Attributes | |
TubeGroup< BlockItem > * | tubes_out_ |
Additional Inherited Members | |
Protected Attributes inherited from TubeConsumer< BlockItem > | |
Tube< BlockItem > * | tube_ |
This file is part of the CernVM File System.
Definition at line 11 of file task_hash.h.
Definition at line 13 of file task_hash.h.
|
protectedvirtual |
This file is part of the CernVM File System.
Implements TubeConsumer< BlockItem >.
Definition at line 14 of file task_hash.cc.
Definition at line 20 of file task_hash.h.
Referenced by Process().