INMOST
A toolkit for distributed mathematical modeling
|
Public Types | |
typedef element * | pointer |
typedef element & | reference |
typedef element | value_type |
typedef ptrdiff_t | difference_type |
typedef std::random_access_iterator_tag | iterator_category |
Public Member Functions | |
const_iterator (const chunk_array< element, block_bits > *c, size_type pos) | |
const_iterator (const const_iterator &other) | |
const_iterator | operator- (size_type n) const |
const_iterator & | operator-= (size_type n) |
const_iterator | operator+ (size_type n) const |
const_iterator & | operator+= (size_type n) |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
ptrdiff_t | operator- (const const_iterator &other) const |
const element & | operator* () const |
const element * | operator-> () const |
const_iterator & | operator= (const_iterator const &other) |
bool | operator== (const const_iterator &other) const |
bool | operator!= (const const_iterator &other) const |
bool | operator< (const const_iterator &other) const |
bool | operator> (const const_iterator &other) const |
bool | operator<= (const const_iterator &other) const |
bool | operator>= (const const_iterator &other) const |
Definition at line 1186 of file container.hpp.