|
wxMaxima
|
Public Member Functions | |
| constexpr | CellListIterator (const std::unique_ptr< Cell > &p) |
| constexpr | CellListIterator (Cell *p) |
| constexpr | CellListIterator (const CellListIterator &o)=default |
| constexpr CellListIterator & | operator= (const CellListIterator &o)=default |
| constexpr CellListIterator | operator++ (int) |
| CellListIterator & | operator++ () |
| constexpr bool | operator== (const CellListIterator &o) const |
| constexpr bool | operator!= (const CellListIterator &o) const |
| constexpr | operator bool () const |
| constexpr | operator Cell * () const |
| constexpr Cell * | operator-> () const |