ColumnIndex Struct Reference
An auxiliary type used to represent a data column index. More...
#include <ColumnIndex.hpp>
Collaboration diagram for ColumnIndex:
Public Member Functions | |
| ColumnIndex () | |
| Construct a default ColumnIndex object. | |
| ColumnIndex (int col) | |
| Construct a ColumnIndex object with given integer. | |
| ColumnIndex (std::string col) | |
| Construct a ColumnIndex object with given string (the header of the column). | |
| ColumnIndex (const char *col) | |
| Construct a ColumnIndex object with given string. | |
Public Attributes | |
| std::string | value |
| The column index value. | |
Detailed Description
An auxiliary type used to represent a data column index.
The documentation for this struct was generated from the following file:
- sciplot/ColumnIndex.hpp