ztsdb
Public Types | Public Member Functions | Public Attributes | List of all members
arr::vector_const_iterator< T, O > Struct Template Reference

Public Types

typedef std::random_access_iterator_tag iterator_category
 
typedef vector_const_iterator< T, O > iterator
 
typedef std::ptrdiff_t difference_type
 
typedef size_t size_type
 
typedef T value_type
 

Public Member Functions

 vector_const_iterator (const Vector< T, O > &v_p, size_t pos_p=0)
 
 vector_const_iterator (const vector_const_iterator &i)
 
vector_const_iteratoroperator= (const vector_const_iterator &i)
 
bool operator== (const vector_const_iterator &i) const
 
bool operator!= (const vector_const_iterator &i) const
 
vector_const_iterator operator+ (size_t n) const
 
vector_const_iteratoroperator+= (size_t n)
 
vector_const_iterator operator- (size_t n) const
 
difference_type operator- (const vector_const_iterator &i) const
 
vector_const_iteratoroperator++ ()
 
vector_const_iterator operator++ (int)
 
vector_const_iteratoroperator-- ()
 
vector_const_iterator operator-- (int)
 
reference operator* () const
 
pointer operator-> () const
 
size_t getpos () const
 

Public Attributes

const typedef T * pointer
 
const typedef T & reference
 

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