Rheolef
7.1
an efficient C++ finite element environment
|
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 |
Definition at line 79 of file msg_util.h.
index_iterator | ( | Size | i0 = 0 | ) |
Definition at line 93 of file msg_util.h.
index_iterator& operator++ | ( | ) |
Definition at line 81 of file msg_util.h.
index_iterator operator++ | ( | int | ) |
Definition at line 82 of file msg_util.h.
const Size& operator* | ( | ) | const |
Definition at line 87 of file msg_util.h.
const Size& operator[] | ( | const Size & | i | ) | const |
Definition at line 88 of file msg_util.h.
bool operator== | ( | const index_iterator< Size, Distance > & | x | ) | const |
Definition at line 89 of file msg_util.h.
bool operator!= | ( | const index_iterator< Size, Distance > & | x | ) | const |
Definition at line 91 of file msg_util.h.
|
protected |
Definition at line 95 of file msg_util.h.