#include <enquire.h>
Public Types | |
typedef std::input_iterator_tag | iterator_category |
typedef termname | value_type |
typedef termcount_diff | difference_type |
typedef termname * | pointer |
typedef termname & | reference |
Public Methods | |
ESetIterator () | |
Create an uninitialised iterator; this cannot be used, but is convenient syntactically. More... | |
~ESetIterator () | |
Destructor. More... | |
ESetIterator (const ESetIterator &other) | |
Copying is allowed (and is cheap). More... | |
void | operator= (const ESetIterator &other) |
Assignment is allowed (and is cheap). More... | |
ESetIterator & | operator++ () |
void | operator++ (int) |
const termname & | operator * () const |
Get the term for the current position. More... | |
weight | get_weight () const |
Get the weight of the term at the current position. More... | |
std::string | get_description () const |
Returns a string describing this object. More... | |
Public Attributes | |
Internal * | internal |
Friends | |
class | ESet |
bool | operator== (const ESetIterator &a, const ESetIterator &b) |
|
Create an uninitialised iterator; this cannot be used, but is convenient syntactically.
|
|
Destructor.
|
|
Copying is allowed (and is cheap).
|
|
Returns a string describing this object. Introspection method. |
|
Get the weight of the term at the current position.
|
|
Get the term for the current position.
|
|
Assignment is allowed (and is cheap).
|