open_iA 2025.6
Loading...
Searching...
No Matches
iAColMap.h File Reference
#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)
 

Typedef Documentation

◆ iAColIdxT

using iAColIdxT = uint16_t

Type used for addressing a single column (16 bit unsigned, so we assume there aren't more than 65535 columns...)

◆ iAColMapP

using iAColMapP = std::shared_ptr<iAColMapT>

pointer to a column mapping

◆ iAColMapT

using iAColMapT = QMap<iAColIdxT, iAColIdxT>

Type used for mapping specific characteristics to column indices (see iACsvConfig::MappedColumn for characteristics constants)