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.
<>
◆ ~EMObjectIterator()
virtual EM::EMObjectIterator::~EMObjectIterator |
( |
| ) |
|
|
virtual |
◆ EMObjectIterator()
EM::EMObjectIterator::EMObjectIterator |
( |
| ) |
|
|
protected |
◆ approximateSize()
virtual int EM::EMObjectIterator::approximateSize |
( |
| ) |
const |
|
inlinevirtual |
◆ canGoTo()
virtual bool EM::EMObjectIterator::canGoTo |
( |
| ) |
const |
|
inlinevirtual |
◆ goTo()
virtual EM::PosID EM::EMObjectIterator::goTo |
( |
od_int64 |
| ) |
|
|
inlinevirtual |
◆ maximumSize()
virtual int EM::EMObjectIterator::maximumSize |
( |
| ) |
const |
|
inlinevirtual |
◆ next()
virtual EM::PosID EM::EMObjectIterator::next |
( |
| ) |
|
|
pure virtual |