INMOST
A toolkit for distributed mathematical modeling
INMOST::chunk_array< element, block_bits >::const_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

 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_iteratoroperator-= (size_type n)
 
const_iterator operator+ (size_type n) const
 
const_iteratoroperator+= (size_type n)
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 
ptrdiff_t operator- (const const_iterator &other) const
 
const element & operator* () const
 
const element * operator-> () const
 
const_iteratoroperator= (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
 

Detailed Description

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

Definition at line 1186 of file container.hpp.


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