PhraseHunter::StringInput Class Reference

#include <tokenizer.h>

Inherits PhraseHunter::Input.

Inheritance diagram for PhraseHunter::StringInput:

Inheritance graph
[legend]
Collaboration diagram for PhraseHunter::StringInput:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Definition at line 51 of file tokenizer.h.


Constructor & Destructor Documentation

PhraseHunter::StringInput::StringInput ( const std::string &  inputstring  )  [inline]

Definition at line 57 of file tokenizer.h.


Member Function Documentation

bool PhraseHunter::StringInput::hasMoreData (  )  const [inline, virtual]

Implements PhraseHunter::Input.

Definition at line 59 of file tokenizer.h.

References m_delivered.

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.


Member Data Documentation

std::string PhraseHunter::StringInput::m_inputstring [private]

Definition at line 53 of file tokenizer.h.

Referenced by getMoreData().

bool PhraseHunter::StringInput::m_delivered [private]

Definition at line 54 of file tokenizer.h.

Referenced by getMoreData(), and hasMoreData().


The documentation for this class was generated from the following file:
Generated on Thu Dec 21 16:14:44 2006 for The Phrasehunter by  doxygen 1.5.1