Public Member Functions | |
| _vhdDequeIterator (vhdDequeRef deque) | |
| virtual | ~_vhdDequeIterator () |
| void | setIndex (vhtSize32 index) |
| vhtBool | hasNext () const |
| vhtBool | hasPrev () const |
| vhdObjectRef | next () |
| vhdObjectRef | prev () |
| void | begin () |
| void | end () |
| vhdObjectRef | getNext () const |
| vhdObjectRef | getPrev () const |
| vhdObjectRef | setNext (vhdObjectRef o) |
| vhdObjectRef | setPrev (vhdObjectRef o) |
| vhdObjectRef | removeNext () |
| vhdObjectRef | removePrev () |
| void | addNext (vhdObjectRef o) |
| void | addPrev (vhdObjectRef o) |
| vhtSize32 | nextIndex () const |
| vhtSize32 | prevIndex () const |
| vhdIIteratorRef | cloneIterator () const |
| vhdIBiteratorRef | cloneBiterator () const |
| vhdIListIteratorRef | cloneListIterator () const |
Private Attributes | |
| vhdDequeRef | _dequeRef |
| _vhdSTLDeque * | _deque |
| _vhdSTLDeque::iterator | _dequeIt |
| vhdDeque::_vhdDequeIterator::_vhdDequeIterator | ( | vhdDequeRef | deque | ) | [inline] |
| virtual vhdDeque::_vhdDequeIterator::~_vhdDequeIterator | ( | ) | [inline, virtual] |
| void vhdDeque::_vhdDequeIterator::setIndex | ( | vhtSize32 | index | ) |
| vhtBool vhdDeque::_vhdDequeIterator::hasNext | ( | ) | const [inline] |
| vhtBool vhdDeque::_vhdDequeIterator::hasPrev | ( | ) | const [inline] |
| vhdObjectRef vhdDeque::_vhdDequeIterator::next | ( | ) |
| vhdObjectRef vhdDeque::_vhdDequeIterator::prev | ( | ) |
| void vhdDeque::_vhdDequeIterator::begin | ( | ) | [inline] |
| void vhdDeque::_vhdDequeIterator::end | ( | ) | [inline] |
| vhdObjectRef vhdDeque::_vhdDequeIterator::getNext | ( | ) | const |
| vhdObjectRef vhdDeque::_vhdDequeIterator::getPrev | ( | ) | const |
| vhdObjectRef vhdDeque::_vhdDequeIterator::setNext | ( | vhdObjectRef | o | ) |
| vhdObjectRef vhdDeque::_vhdDequeIterator::setPrev | ( | vhdObjectRef | o | ) |
| vhdObjectRef vhdDeque::_vhdDequeIterator::removeNext | ( | ) |
| vhdObjectRef vhdDeque::_vhdDequeIterator::removePrev | ( | ) |
| void vhdDeque::_vhdDequeIterator::addNext | ( | vhdObjectRef | o | ) |
| void vhdDeque::_vhdDequeIterator::addPrev | ( | vhdObjectRef | o | ) |
| vhtSize32 vhdDeque::_vhdDequeIterator::nextIndex | ( | ) | const |
| vhtSize32 vhdDeque::_vhdDequeIterator::prevIndex | ( | ) | const |
| vhdIIteratorRef vhdDeque::_vhdDequeIterator::cloneIterator | ( | ) | const [inline] |
| vhdIBiteratorRef vhdDeque::_vhdDequeIterator::cloneBiterator | ( | ) | const [inline] |
| vhdIListIteratorRef vhdDeque::_vhdDequeIterator::cloneListIterator | ( | ) | const |
vhdDequeRef vhdDeque::_vhdDequeIterator::_dequeRef [private] |
_vhdSTLDeque* vhdDeque::_vhdDequeIterator::_deque [private] |
_vhdSTLDeque::iterator vhdDeque::_vhdDequeIterator::_dequeIt [private] |
1.5.1-p1