Const interator for Array. More...
#include <value_type.h>
Public Member Functions | |
const_iterator (Array::Val_vector::const_iterator i_) | |
const Value & | operator* () const |
const Value * | operator-> () const |
const_iterator | operator++ (int) |
const_iterator | operator-- (int) |
const_iterator & | operator++ () |
const_iterator & | operator-- () |
bool | operator== (const const_iterator &ci) const |
bool | operator!= (const const_iterator &ci) const |
Const interator for Array.