Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include "ReaderHelper.h"
Go to the source code of this file.
Namespaces | |
namespace | Euclid |
namespace | Euclid::Table |
Functions | |
std::shared_ptr< ColumnInfo > | Euclid::Table::createColumnInfo (const std::vector< std::string > &names, const std::vector< std::pair< std::type_index, std::size_t > > &types, const std::vector< std::string > &units, const std::vector< std::string > &descriptions) |
Creates a ColumnInfo object from the given names and types. | |
Definition in file ReaderHelper.cpp.