|
ug4
|
#include <parallel_matrix.h>
Inheritance diagram for ug::BGLParallelMatrix< T >::out_edge_iterator:Public Member Functions | |
| bool | operator!= (out_edge_iterator const &p) const |
| edge | operator* () const |
| out_edge_iterator & | operator++ () |
| bool | operator== (out_edge_iterator const &p) const |
| out_edge_iterator () | |
| out_edge_iterator (base_edge_iterator b, owners const *o, ghosts const *g, T const *m) | |
Private Attributes | |
| base_edge_iterator | _base |
| ghosts const * | _ghosts |
| T const * | _matrix |
| owners const * | _owners |
|
inline |
|
inline |
|
inline |
References ug::BGLParallelMatrix< T >::out_edge_iterator::operator==(), and p.
| BGLParallelMatrix< T >::edge ug::BGLParallelMatrix< T >::out_edge_iterator::operator* | ( | ) | const |
|
inline |
|
inline |
References ug::BGLParallelMatrix< T >::out_edge_iterator::_base, and p.
Referenced by ug::BGLParallelMatrix< T >::out_edge_iterator::operator!=().
|
private |
|
private |
Referenced by ug::BGLParallelMatrix< T >::out_edge_iterator::operator*().
|
private |
Referenced by ug::BGLParallelMatrix< T >::out_edge_iterator::operator*().
|
private |
Referenced by ug::BGLParallelMatrix< T >::out_edge_iterator::operator*().