#include <tokenizer.h>
Inherits PhraseHunter::Input.
Inheritance diagram for PhraseHunter::StringInput:
Public Member Functions | |
StringInput (const std::string &inputstring) | |
bool | hasMoreData () const |
void | getMoreData (std::string *s) |
Private Attributes | |
std::string | m_inputstring |
bool | m_delivered |
Definition at line 51 of file tokenizer.h.
PhraseHunter::StringInput::StringInput | ( | const std::string & | inputstring | ) | [inline] |
Definition at line 57 of file tokenizer.h.
bool PhraseHunter::StringInput::hasMoreData | ( | ) | const [inline, virtual] |
void PhraseHunter::StringInput::getMoreData | ( | std::string * | s | ) | [inline, virtual] |
Implements PhraseHunter::Input.
Definition at line 63 of file tokenizer.h.
References m_delivered, and m_inputstring.
std::string PhraseHunter::StringInput::m_inputstring [private] |
bool PhraseHunter::StringInput::m_delivered [private] |