#include <field_proto.hpp>
Public Member Functions | |
iterator (field< oT > &in_M, const bool at_end=false) | |
oT & | operator* () |
iterator & | operator++ () |
void | operator++ (int) |
iterator & | operator-- () |
void | operator-- (int) |
bool | operator!= (const iterator &X) const |
bool | operator== (const iterator &X) const |
Public Attributes | |
arma_aligned field< oT > & | M |
arma_aligned u32 | i |
Definition at line 116 of file field_proto.hpp.
arma_aligned field<oT>& field< oT >::iterator::M |
Definition at line 133 of file field_proto.hpp.
Referenced by field< oT >::iterator::operator*().
arma_aligned u32 field< oT >::iterator::i |
Definition at line 134 of file field_proto.hpp.
Referenced by field< oT >::iterator::operator*(), field< oT >::iterator::operator++(), and field< oT >::iterator::operator--().