Public Member Functions | |
| SideField (const std::string &name, uint8_t *val) | |
| void | parse (const char *first, const char *last) |
| Called once per field by DelimitedLineParser. | |
| void cgatools::util::SideField::parse | ( | const char * | first, | |
| const char * | last | |||
| ) | [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.
1.6.2