AUI Framework
develop
Cross-platform base for C++ UI apps
|
Public Member Functions | |
Iterator (const ASet< AListModelIndex >::iterator &iterator, _< IListModel< T > > model) | |
Iterator & | operator* () |
auto & | operator-> () |
auto | get () const |
Iterator & | operator++ () |
bool | operator!= (const Iterator &other) const |
bool | operator== (const Iterator &other) const |
const AListModelIndex & | getIndex () const |