| 43 | void setInputList(SingleProducerSingleConsumerList<ReadPack*>* list); |
| 44 | void setInputListPair(SingleProducerSingleConsumerList<ReadPack*>* left, SingleProducerSingleConsumerList<ReadPack*>* right); |
| 45 | SingleProducerSingleConsumerList<ReadPack*>* getLeftInput(){return mLeftInputList;} |
| 46 | SingleProducerSingleConsumerList<ReadPack*>* getRightInput(){return mRightInputList;} |
| 47 | |
| 48 | private: |
no outgoing calls
no test coverage detected