Iterator over all inner objects of a Device. More...
#include <hpp/model/object-iterator.hh>
Public Member Functions | |
ObjectIterator (Device &device, Request_t type) | |
const CollisionObjectPtr_t & | operator* () |
bool | operator== (const ObjectIterator &other) const |
bool | operator!= (const ObjectIterator &other) const |
void | operator++ () |
void | setToEnd () |
bool | isEnd () const |
Iterator over all inner objects of a Device.
hpp::model::ObjectIterator::ObjectIterator | ( | Device & | device, |
Request_t | type | ||
) |
bool hpp::model::ObjectIterator::isEnd | ( | ) | const |
bool hpp::model::ObjectIterator::operator!= | ( | const ObjectIterator & | other | ) | const |
const CollisionObjectPtr_t& hpp::model::ObjectIterator::operator* | ( | ) |
void hpp::model::ObjectIterator::operator++ | ( | ) |
bool hpp::model::ObjectIterator::operator== | ( | const ObjectIterator & | other | ) | const |
void hpp::model::ObjectIterator::setToEnd | ( | ) |