|
opm-grid
|
Iterator for iterating over the container as a whole, i.e. More...
#include <SparseTable.hpp>
Public Member Functions | |
| OPM_HOST_DEVICE | Iterator (const SparseTable &table, const int begin_row_index) |
| OPM_HOST_DEVICE Iterator & | operator++ () |
| OPM_HOST_DEVICE row_type | operator* () const |
| OPM_HOST_DEVICE bool | operator== (const Iterator &other) |
| OPM_HOST_DEVICE bool | operator!= (const Iterator &other) |
Iterator for iterating over the container as a whole, i.e.
row by row.