| 2407 | */ |
| 2408 | template <class DataType> |
| 2409 | inline bool qcpLessThanSortKey(const DataType &a, const DataType &b) { return a.sortKey() < b.sortKey(); } |
| 2410 | |
| 2411 | template <class DataType> |
| 2412 | class QCPDataContainer // no QCP_LIB_DECL, template class ends up in header (cpp included below) |
nothing calls this directly
no outgoing calls
no test coverage detected