#include <tokenizer.h>
Inherits PhraseHunter::Input.
Inheritance diagram for PhraseHunter::FileInput:
Public Member Functions | |
FileInput (const std::string &filename) throw (Exceptions::FileError) | |
bool | hasMoreData () const |
void | getMoreData (std::string *s) |
Private Attributes | |
std::ifstream | m_input |
Definition at line 70 of file tokenizer.h.
PhraseHunter::FileInput::FileInput | ( | const std::string & | filename | ) | throw (Exceptions::FileError) [inline] |
bool PhraseHunter::FileInput::hasMoreData | ( | ) | const [inline, virtual] |
void PhraseHunter::FileInput::getMoreData | ( | std::string * | s | ) | [inline, virtual] |
std::ifstream PhraseHunter::FileInput::m_input [private] |
Definition at line 72 of file tokenizer.h.
Referenced by FileInput(), getMoreData(), and hasMoreData().