AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
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 |