zorba::Thesaurus::iterator#include <zorba/thesaurus.h> An iterator is used to iterate over lookup results.Public Types
Public Functions
Protected FunctionsPublic TypesPublic Functionsdestroyvoid destroy() const =0 Destroys this iterator.
nextbool next(String *synonym)=0 Gets the next synonym. This function must always include the original phrase that was looked up in its results. Parameters
ReturnsReturns true only if there is a next synonym.Protected Functions~iterator ~iterator()
|