ColumnIndex.hpp
ColumnIndex(int col)
Construct a ColumnIndex object with given integer.
Definition: ColumnIndex.hpp:40
An auxiliary type used to represent a data column index.
Definition: ColumnIndex.hpp:35
ColumnIndex(std::string col)
Construct a ColumnIndex object with given string (the header of the column).
Definition: ColumnIndex.hpp:43
ColumnIndex()
Construct a default ColumnIndex object.
Definition: ColumnIndex.hpp:37
ColumnIndex(const char *col)
Construct a ColumnIndex object with given string.
Definition: ColumnIndex.hpp:46