Opm::SparseTable< T >::Iterator Class Reference

#include <SparseTable.hpp>

Public Member Functions

 Iterator (const SparseTable &table, const int begin_row_index)
 
Iteratoroperator++ ()
 
row_type operator* () const
 
bool operator== (const Iterator &other)
 
bool operator!= (const Iterator &other)
 

Detailed Description

template<typename T>
class Opm::SparseTable< T >::Iterator

Iterator for iterating over the container as a whole, i.e. row by row.

Constructor & Destructor Documentation

◆ Iterator()

template<typename T >
Opm::SparseTable< T >::Iterator::Iterator ( const SparseTable table,
const int  begin_row_index 
)
inline

Member Function Documentation

◆ operator!=()

template<typename T >
bool Opm::SparseTable< T >::Iterator::operator!= ( const Iterator other)
inline

◆ operator*()

template<typename T >
row_type Opm::SparseTable< T >::Iterator::operator* ( ) const
inline

◆ operator++()

template<typename T >
Iterator & Opm::SparseTable< T >::Iterator::operator++ ( )
inline

◆ operator==()

template<typename T >
bool Opm::SparseTable< T >::Iterator::operator== ( const Iterator other)
inline

The documentation for this class was generated from the following file: