Alexandria
2.22.0
Please provide a description of the project.
|
#include "Table/ColumnInfo.h"
#include <memory>
#include <string>
#include <typeindex>
#include <vector>
Go to the source code of this file.
Namespaces | |
Euclid | |
Euclid::Table | |
Functions | |
std::shared_ptr< ColumnInfo > | Euclid::Table::createColumnInfo (const std::vector< std::string > &names, const std::vector< std::type_index > &types, const std::vector< std::string > &units, const std::vector< std::string > &descriptions) |
Creates a ColumnInfo object from the given names and types. More... | |
Definition in file ReaderHelper.h.