| 88 | struct ColumnData |
| 89 | { |
| 90 | ColumnData( |
| 91 | H5::PredType predType, |
| 92 | H5::DataSet dataSet, |
| 93 | H5::DataSpace dataSpace) |
| 94 | : predType(predType) |
| 95 | , dataSet(dataSet) |
| 96 | , dataSpace(dataSpace) |
| 97 | { } |
| 98 | |
| 99 | ColumnData(H5::PredType predType) |
| 100 | : predType(predType) |
nothing calls this directly
no outgoing calls
no test coverage detected