|
AUI Framework
master
Cross-platform base for C++ UI apps
|
Public Member Functions# | |
| Iterator (const AListModelIndex &index, _< 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 |