special delimited field parser to put same column ("position") in two places More...
#include <RangeAnnotationStore.hpp>
Public Member Functions | |
MidpointField (const std::string &name, Value *begin, Value *end) | |
void | parse (const char *first, const char *last) |
Called once per field by DelimitedLineParser. |
special delimited field parser to put same column ("position") in two places
void cgatools::reference::RangeAnnotationStore< Derived, TValue >::MidpointField< Value >::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.