|
open_iA 2024.9
|
#include <QMap>#include <memory>Typedefs | |
| using | iAColIdxT = uint16_t |
| Type used for addressing a single column (16 bit unsigned, so we assume there aren't more than 65535 columns...) | |
| using | iAColMapP = std::shared_ptr<iAColMapT> |
| pointer to a column mapping | |
| using | iAColMapT = QMap<iAColIdxT, iAColIdxT> |
| Type used for mapping specific characteristics to column indices (see iACsvConfig::MappedColumn for characteristics constants) | |
| using iAColIdxT = uint16_t |
Type used for addressing a single column (16 bit unsigned, so we assume there aren't more than 65535 columns...)
Type used for mapping specific characteristics to column indices (see iACsvConfig::MappedColumn for characteristics constants)