Loading [MathJax]/extensions/tex2jax.js
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages

A utility to read in columns from a text file. More...

A utility to read in columns from a text file.

Author
Jared R. Males

Definition in file readColumns.hpp.

Go to the source code of this file.

Classes

struct  mx::ioutils::skipCol
 A dummy class to allow mx::readColumns to skip a column(s) in a file without requiring memory allocation. More...
 

Namespaces

namespace  mx
 The mxlib c++ namespace.
 

Functions

template<char delim = ' ', char comment = '#', char eol = '\n', typename... arrTs>
int mx::ioutils::readColumns (const std::string &fname, arrTs &...arrays)
 Read in columns from a text file.