wxMaxima
|
Iterates the inner cells of a cell. More...
#include <CellIterators.h>
Public Member Functions | |
InnerCellIterator (Cell *parentCell) | |
InnerCellIterator (const InnerCellIterator &o)=default | |
InnerCellIterator & | operator= (const InnerCellIterator &o)=default |
InnerCellIterator | operator++ (int) |
InnerCellIterator & | operator++ () |
bool | operator== (const InnerCellIterator &o) const |
bool | operator!= (const InnerCellIterator &o) const |
operator bool () const | |
operator Cell * () const | |
Cell * | operator-> () const |
Iterates the inner cells of a cell.