Rheolef
7.1
an efficient C++ finite element environment
|
Public Member Functions | |
dummy_iterator< T, Distance > & | operator++ () |
dummy_iterator< T, Distance > | operator++ (int) |
T & | operator* () |
const T & | operator* () const |
dummy_iterator () | |
Protected Attributes | |
T | _dummy |
Definition at line 67 of file msg_util.h.
dummy_iterator | ( | ) |
Definition at line 73 of file msg_util.h.
dummy_iterator<T,Distance>& operator++ | ( | ) |
Definition at line 69 of file msg_util.h.
dummy_iterator<T,Distance> operator++ | ( | int | ) |
Definition at line 70 of file msg_util.h.
T& operator* | ( | ) |
Definition at line 71 of file msg_util.h.
const T& operator* | ( | ) | const |
Definition at line 72 of file msg_util.h.
|
protected |
Definition at line 75 of file msg_util.h.