Iterator that iterates a number of positions (normally all) on an EMObject. The object is created by EMObject::createIterator, and the next() function is called until no more positions can be found.
More...
Iterator that iterates a number of positions (normally all) on an EMObject. The object is created by EMObject::createIterator, and the next() function is called until no more positions can be found.
virtual EM::EMObjectIterator::~EMObjectIterator |
( |
| ) |
|
|
inlinevirtual |
virtual int EM::EMObjectIterator::approximateSize |
( |
| ) |
const |
|
inlinevirtual |
virtual bool EM::EMObjectIterator::canGoTo |
( |
| ) |
const |
|
inlinevirtual |
virtual int EM::EMObjectIterator::maximumSize |
( |
| ) |
const |
|
inlinevirtual |
virtual EM::PosID EM::EMObjectIterator::next |
( |
| ) |
|
|
pure virtual |