#include <tokenizer.h>
Inherited by PhraseHunter::FileInput, and PhraseHunter::StringInput.
Inheritance diagram for PhraseHunter::Input:

Public Member Functions | |
| virtual | ~Input () |
| virtual bool | hasMoreData () const=0 |
| virtual void | getMoreData (std::string *)=0 |
Definition at line 43 of file tokenizer.h.
| virtual PhraseHunter::Input::~Input | ( | ) | [inline, virtual] |
Definition at line 46 of file tokenizer.h.
| virtual bool PhraseHunter::Input::hasMoreData | ( | ) | const [pure virtual] |
Implemented in PhraseHunter::StringInput, and PhraseHunter::FileInput.
| virtual void PhraseHunter::Input::getMoreData | ( | std::string * | ) | [pure virtual] |
Implemented in PhraseHunter::StringInput, and PhraseHunter::FileInput.
1.5.1