mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
A dummy class to allow mx::readColumns to skip a column(s) in a file without requiring memory allocation.
The alternative is to use dummy vectors, which result in excess memory allocations and deallocations. Usage:
Definition at line 248 of file readColumns.hpp.
#include <ioutils/readColumns.hpp>
Public Types | |
typedef std::string | value_type |
value_type is defined as std::string so that no conversions take place. More... | |
typedef std::string mx::ioutils::skipCol::value_type |
value_type is defined as std::string so that no conversions take place.
Definition at line 250 of file readColumns.hpp.