#include <field_bones.hpp>
Public Member Functions | |
const_iterator (const field< oT > &in_M, const bool at_end=false) | |
const_iterator (const iterator &X) | |
bool | operator!= (const const_iterator &X) const |
const oT & | operator* () const |
const_iterator & | operator++ () |
void | operator++ (int) |
const_iterator & | operator-- () |
void | operator-- (int) |
bool | operator== (const const_iterator &X) const |
Public Attributes | |
arma_aligned uword | i |
arma_aligned const field< oT > & | M |
Definition at line 166 of file field_bones.hpp.
field< oT >::const_iterator::const_iterator | ( | const iterator & | X | ) |
arma_aligned uword field< oT >::const_iterator::i |
Definition at line 185 of file field_bones.hpp.
arma_aligned const field<oT>& field< oT >::const_iterator::M |
Definition at line 184 of file field_bones.hpp.