cgatools::variants::Call::VarQualityField Class Reference
List of all members.
Public Member Functions |
| VarQualityField (const std::string &name, std::vector< std::string > *varFilter) |
void | parse (const char *first, const char *last) |
| Called once per field by DelimitedLineParser.
|
Member Function Documentation
void cgatools::variants::Call::VarQualityField::parse |
( |
const char * |
first, |
|
|
const char * |
last | |
|
) |
| | [virtual] |
Called once per field by DelimitedLineParser.
- Parameters:
-
| 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.
The documentation for this class was generated from the following file: