Dillo v3.1.1-120-g540bad94
|
Typed version of container::untyped::Iterator. More...
#include <container.hh>
Public Member Functions | |
Iterator () | |
Iterator (const Iterator< T > &it2) | |
Iterator (Iterator< T > &it2) | |
~Iterator () | |
Iterator & | operator= (const Iterator< T > &it2) |
Iterator & | operator= (Iterator< T > &it2) |
bool | hasNext () |
T * | getNext () |
Private Attributes | |
untyped::Iterator | base |
Friends | |
class | Collection< T > |
Typed version of container::untyped::Iterator.
Definition at line 394 of file container.hh.
|
inline |
Definition at line 402 of file container.hh.
|
inline |
Definition at line 403 of file container.hh.
References lout::container::typed::Iterator< T >::base.
|
inline |
Definition at line 404 of file container.hh.
References lout::container::typed::Iterator< T >::base.
|
inline |
Definition at line 405 of file container.hh.
|
inline |
Definition at line 412 of file container.hh.
References lout::container::untyped::Iterator::getNext().
Referenced by dw::core::Region::addRectangle(), dw::fltk::FltkViewBase::draw(), dw::ImageMapsList::ImageMap::draw(), dw::ImageMapsList::ImageMap::link(), and dw::fltk::FltkPlatform::removeIdle().
|
inline |
Definition at line 411 of file container.hh.
References lout::container::untyped::Iterator::hasNext().
Referenced by dw::core::Region::addRectangle(), dw::fltk::FltkViewBase::draw(), dw::ImageMapsList::ImageMap::draw(), dw::ImageMapsList::ImageMap::link(), and dw::fltk::FltkPlatform::removeIdle().
|
inline |
Definition at line 406 of file container.hh.
References lout::container::typed::Iterator< T >::base.
|
inline |
Definition at line 408 of file container.hh.
References lout::container::typed::Iterator< T >::base.
|
friend |
Definition at line 355 of file container.hh.
|
private |
Definition at line 399 of file container.hh.
Referenced by lout::container::typed::Collection< T >::iterator(), lout::container::typed::Iterator< T >::Iterator(), lout::container::typed::Iterator< T >::Iterator(), lout::container::typed::Iterator< T >::operator=(), and lout::container::typed::Iterator< T >::operator=().