Flow123d
JS_before_hm-1-ge159291
|
#include <accessors.hh>
Public Member Functions | |
SideIter () | |
SideIter (const Side &side) | |
bool | operator== (const SideIter &other) |
bool | operator!= (const SideIter &other) |
const Side & | operator* () const |
const Side * | operator-> () const |
-> dereference operator More... | |
SideIter & | operator++ () |
prefix increment iterate only on local element More... | |
Private Attributes | |
Side | side_ |
Definition at line 450 of file accessors.hh.
|
inline |
Definition at line 452 of file accessors.hh.
|
inline |
Definition at line 455 of file accessors.hh.
|
inline |
Definition at line 465 of file accessors.hh.
|
inline |
Definition at line 470 of file accessors.hh.
|
inline |
prefix increment iterate only on local element
Definition at line 478 of file accessors.hh.
|
inline |
-> dereference operator
Definition at line 474 of file accessors.hh.
|
inline |
Definition at line 459 of file accessors.hh.
|
private |
Definition at line 484 of file accessors.hh.