INMOST
A toolkit for distributed mathematical modeling
INMOST::chunk_array< element, block_bits >::iterator Class Reference

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

 iterator (chunk_array< element, block_bits > *c, size_type pos)
 
 iterator (const iterator &other)
 
iterator operator- (size_type n) const
 
iteratoroperator-= (size_type n)
 
iterator operator+ (size_type n) const
 
iteratoroperator+= (size_type n)
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator-- ()
 
iterator operator-- (int)
 
ptrdiff_t operator- (const iterator &other) const
 
element & operator* () const
 
element * operator-> () const
 
iteratoroperator= (iterator const &other)
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 
bool operator< (const iterator &other) const
 
bool operator> (const iterator &other) const
 
bool operator<= (const iterator &other) const
 
bool operator>= (const iterator &other) const
 

Detailed Description

template<typename element, int block_bits>
class INMOST::chunk_array< element, block_bits >::iterator

Definition at line 1151 of file container.hpp.


The documentation for this class was generated from the following file: