Declares enumerations that define the possible input/outut quantities. More...
#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
InCol | |
Isolates the tags for the input columns. | |
OutCol | |
Isolates the tags for the output columns. | |
Functions | |
const std::vector< std::string > & | output_column_names () |
Define the names of the output columns. More... | |
Declares enumerations that define the possible input/outut quantities.
Definition in file IOColumns.h.
const std::vector<std::string>& output_column_names | ( | ) |
Define the names of the output columns.
Definition at line 3 of file IOColumns.cpp.