Flow123d
JS_before_hm-1576-g4d0b70e
|
#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 461 of file accessors.hh.
|
inline |
Definition at line 463 of file accessors.hh.
|
inline |
Definition at line 466 of file accessors.hh.
|
inline |
Definition at line 476 of file accessors.hh.
|
inline |
Definition at line 481 of file accessors.hh.
|
inline |
prefix increment iterate only on local element
Definition at line 489 of file accessors.hh.
|
inline |
-> dereference operator
Definition at line 485 of file accessors.hh.
|
inline |
Definition at line 470 of file accessors.hh.
|
private |
Definition at line 495 of file accessors.hh.