Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | Public Member Functions | Private Attributes | List of all members
prevector< N, T, Size, Diff >::const_iterator Class Reference

#include <prevector.h>

Public Types

typedef Diff difference_type
 
typedef const T value_type
 
typedef const Tpointer
 
typedef const Treference
 
typedef std::random_access_iterator_tag iterator_category
 

Public Member Functions

 const_iterator (const T *ptr_)
 
 const_iterator (iterator x)
 
const Toperator* () const
 
const Toperator-> () const
 
const Toperator[] (size_type pos) const
 
const_iteratoroperator++ ()
 
const_iteratoroperator-- ()
 
const_iterator operator++ (int)
 
const_iterator operator-- (int)
 
difference_type friend operator- (const_iterator a, const_iterator b)
 
const_iterator operator+ (size_type n)
 
const_iteratoroperator+= (size_type n)
 
const_iterator operator- (size_type n)
 
const_iteratoroperator-= (size_type n)
 
bool operator== (const_iterator x) const
 
bool operator!= (const_iterator x) const
 
bool operator>= (const_iterator x) const
 
bool operator<= (const_iterator x) const
 
bool operator> (const_iterator x) const
 
bool operator< (const_iterator x) const
 

Private Attributes

const Tptr
 

Detailed Description

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
class prevector< N, T, Size, Diff >::const_iterator

Definition at line 97 of file prevector.h.

Member Typedef Documentation

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
typedef Diff prevector< N, T, Size, Diff >::const_iterator::difference_type

Definition at line 100 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
typedef std::random_access_iterator_tag prevector< N, T, Size, Diff >::const_iterator::iterator_category

Definition at line 104 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
typedef const T* prevector< N, T, Size, Diff >::const_iterator::pointer

Definition at line 102 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
typedef const T& prevector< N, T, Size, Diff >::const_iterator::reference

Definition at line 103 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
typedef const T prevector< N, T, Size, Diff >::const_iterator::value_type

Definition at line 101 of file prevector.h.

Constructor & Destructor Documentation

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
prevector< N, T, Size, Diff >::const_iterator::const_iterator ( const T ptr_)
inline

Definition at line 105 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
prevector< N, T, Size, Diff >::const_iterator::const_iterator ( iterator  x)
inline

Definition at line 106 of file prevector.h.

Member Function Documentation

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
bool prevector< N, T, Size, Diff >::const_iterator::operator!= ( const_iterator  x) const
inline

Definition at line 120 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
const T& prevector< N, T, Size, Diff >::const_iterator::operator* ( ) const
inline

Definition at line 107 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
const_iterator prevector< N, T, Size, Diff >::const_iterator::operator+ ( size_type  n)
inline

Definition at line 115 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
const_iterator& prevector< N, T, Size, Diff >::const_iterator::operator++ ( )
inline

Definition at line 110 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
const_iterator prevector< N, T, Size, Diff >::const_iterator::operator++ ( int  )
inline

Definition at line 112 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
const_iterator& prevector< N, T, Size, Diff >::const_iterator::operator+= ( size_type  n)
inline

Definition at line 116 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
difference_type friend prevector< N, T, Size, Diff >::const_iterator::operator- ( const_iterator  a,
const_iterator  b 
)
inline

Definition at line 114 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
const_iterator prevector< N, T, Size, Diff >::const_iterator::operator- ( size_type  n)
inline

Definition at line 117 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
const_iterator& prevector< N, T, Size, Diff >::const_iterator::operator-- ( )
inline

Definition at line 111 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
const_iterator prevector< N, T, Size, Diff >::const_iterator::operator-- ( int  )
inline

Definition at line 113 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
const_iterator& prevector< N, T, Size, Diff >::const_iterator::operator-= ( size_type  n)
inline

Definition at line 118 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
const T* prevector< N, T, Size, Diff >::const_iterator::operator-> ( ) const
inline

Definition at line 108 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
bool prevector< N, T, Size, Diff >::const_iterator::operator< ( const_iterator  x) const
inline

Definition at line 124 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
bool prevector< N, T, Size, Diff >::const_iterator::operator<= ( const_iterator  x) const
inline

Definition at line 122 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
bool prevector< N, T, Size, Diff >::const_iterator::operator== ( const_iterator  x) const
inline

Definition at line 119 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
bool prevector< N, T, Size, Diff >::const_iterator::operator> ( const_iterator  x) const
inline

Definition at line 123 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
bool prevector< N, T, Size, Diff >::const_iterator::operator>= ( const_iterator  x) const
inline

Definition at line 121 of file prevector.h.

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
const T& prevector< N, T, Size, Diff >::const_iterator::operator[] ( size_type  pos) const
inline

Definition at line 109 of file prevector.h.

Member Data Documentation

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
const T* prevector< N, T, Size, Diff >::const_iterator::ptr
private

Definition at line 98 of file prevector.h.


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