A no-op DelimitedFieldParser. More...
#include <DelimitedLineParser.hpp>
Public Member Functions | |
IgnoreField (const std::string &name) | |
void | parse (const char *first, const char *last) |
Called once per field by DelimitedLineParser. |
A no-op DelimitedFieldParser.
void cgatools::util::IgnoreField::parse | ( | const char * | first, | |
const char * | last | |||
) | [inline, virtual] |
Called once per field by DelimitedLineParser.
first | The first char of the field. | |
last | One past the end of the field. When parse is called, *last is the null character. |
Implements cgatools::util::DelimitedFieldParser.