| 153 | typedef typename BasePTData::PTDataTy PTDataTy; |
| 154 | |
| 155 | DiffPTData(bool reversePT = true, PTDataTy ty = PTDataTy::Diff) : BasePTData(reversePT, ty) { } |
| 156 | |
| 157 | virtual ~DiffPTData() { } |
| 158 |
nothing calls this directly
no outgoing calls
no test coverage detected