14#include <unordered_set>
15#include <unordered_map>
26 typedef std::unordered_map<SCTAB, ColsType>
TabsType;
Simple container to keep track of sheet - column pair.
std::unordered_set< SCCOL > ColsType
std::unordered_map< SCTAB, ColsType > TabsType
bool hasTab(SCTAB nTab) const
void getColumns(SCTAB nTab, std::vector< SCCOL > &rCols) const
void set(SCTAB nTab, SCCOL nCol)
CAUTION! The following defines must be in the same namespace as the respective type.