INMOST
A toolkit for distributed mathematical modeling
|
Public Member Functions | |
iterator (Mesh *m, const cont_t::iterator &other) | |
iterator (const iterator &other) | |
ptrdiff_t | operator- (const iterator &other) const |
iterator | operator+ (size_t n) const |
iterator | operator- (size_t n) const |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator-- () |
iterator | operator-- (int) |
iterator & | operator= (iterator const &other) |
HandleType & | operator* () const |
StorageType | operator-> () const |
Definition at line 158 of file inmost_mesh.h.