cgatools::util::CharField Class Reference

A DelimitedFieldParser that records a character (not an unsigned integer). More...

#include <DelimitedLineParser.hpp>

Inheritance diagram for cgatools::util::CharField:
cgatools::util::DelimitedFieldParser

List of all members.

Public Member Functions

 CharField (const std::string &name, char *val)
void parse (const char *first, const char *last)
 Called once per field by DelimitedLineParser.

Detailed Description

A DelimitedFieldParser that records a character (not an unsigned integer).


Member Function Documentation

void cgatools::util::CharField::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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated by  doxygen 1.6.2