Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 51 of file msg_util.h.
Public Member Functions | |
index_iterator & | operator++ () |
index_iterator | operator++ (int) |
const Size & | operator* () const |
const Size & | operator[] (const Size &i) const |
bool | operator== (const index_iterator< Size, Distance > &x) const |
bool | operator!= (const index_iterator< Size, Distance > &x) const |
index_iterator (Size i0=0) | |
Protected Attributes | |
Size | _i |
index_iterator | ( | Size | i0 = 0 | ) |
Definition at line 65 of file msg_util.h.
index_iterator & operator++ | ( | ) |
Definition at line 53 of file msg_util.h.
index_iterator operator++ | ( | int | ) |
Definition at line 54 of file msg_util.h.
const Size & operator* | ( | ) | const |
Definition at line 59 of file msg_util.h.
const Size & operator[] | ( | const Size & | i | ) | const |
Definition at line 60 of file msg_util.h.
bool operator== | ( | const index_iterator< Size, Distance > & | x | ) | const |
Definition at line 61 of file msg_util.h.
bool operator!= | ( | const index_iterator< Size, Distance > & | x | ) | const |
Definition at line 63 of file msg_util.h.
|
protected |
Definition at line 67 of file msg_util.h.