Public Member Functions

Table::Converter::RowManipulator Struct Reference

Inheritance diagram for Table::Converter::RowManipulator:
Table::DuplicateKeyRemover Table::RecordMatcher Table::StartStopManipulator

List of all members.

Public Member Functions

virtual bool accept (BufferStringSet &) const =0
 if false returned, the row should not be written

Member Function Documentation

virtual bool Table::Converter::RowManipulator::accept ( BufferStringSet  )  const [pure virtual]

if false returned, the row should not be written

Implemented in Table::StartStopManipulator, Table::RecordMatcher, and Table::DuplicateKeyRemover.