GNU g++  v5.2.1
GNU Standard C++
point_iterator_ Class Reference

Find type iterator. More...

#include <point_iterator.hpp>

Collaboration diagram for point_iterator_:

Public Types

typedef const_pointer_ const_pointer
 Iterator's const pointer type. More...
 
typedef const_reference_ const_reference
 Iterator's const reference type. More...
 
typedef trivial_iterator_difference_type difference_type
 Difference type. More...
 
typedef trivial_iterator_tag iterator_category
 Category. More...
 
typedef pointer_ pointer
 Iterator's pointer type. More...
 
typedef reference_ reference
 Iterator's reference type. More...
 
typedef value_type_ value_type
 Iterator's value type. More...
 

Public Member Functions

 point_iterator_ ()
 Default constructor. More...
 
 point_iterator_ (const point_iterator_ &other)
 Copy constructor. More...
 
 point_iterator_ (pointer p_value)
 
bool operator!= (const point_iterator_ &other) const
 Compares content to a different iterator object. More...
 
bool operator!= (const point_const_iterator_ &other) const
 Compares content (negatively) to a different iterator object. More...
 
reference operator* () const
 Access. More...
 
pointer operator-> () const
 Access. More...
 
bool operator== (const point_iterator_ &other) const
 Compares content to a different iterator object. More...
 
bool operator== (const point_const_iterator_ &other) const
 Compares content to a different iterator object. More...
 

Protected Attributes

pointer m_p_value
 

Friends

class PB_DS_CLASS_C_DEC
 
class point_const_iterator_
 

Detailed Description

Find type iterator.

Member Typedef Documentation

typedef const_pointer_ point_iterator_::const_pointer

Iterator's const pointer type.

typedef const_reference_ point_iterator_::const_reference

Iterator's const reference type.

typedef trivial_iterator_difference_type point_iterator_::difference_type

Difference type.

typedef trivial_iterator_tag point_iterator_::iterator_category

Category.

typedef pointer_ point_iterator_::pointer

Iterator's pointer type.

typedef reference_ point_iterator_::reference

Iterator's reference type.

typedef value_type_ point_iterator_::value_type

Iterator's value type.

Constructor & Destructor Documentation

point_iterator_::point_iterator_ ( )
inline

Default constructor.

point_iterator_::point_iterator_ ( const point_iterator_ other)
inline

Copy constructor.

point_iterator_::point_iterator_ ( pointer  p_value)
inline

Member Function Documentation

bool point_iterator_::operator!= ( const point_iterator_ other) const
inline

Compares content to a different iterator object.

References m_p_value.

bool point_iterator_::operator!= ( const point_const_iterator_ other) const
inline

Compares content (negatively) to a different iterator object.

References m_p_value, and point_const_iterator_::m_p_value.

reference point_iterator_::operator* ( ) const
inline

Access.

References _GLIBCXX_DEBUG_ASSERT, and m_p_value.

pointer point_iterator_::operator-> ( ) const
inline

Access.

References _GLIBCXX_DEBUG_ASSERT, and m_p_value.

bool point_iterator_::operator== ( const point_iterator_ other) const
inline

Compares content to a different iterator object.

References m_p_value.

bool point_iterator_::operator== ( const point_const_iterator_ other) const
inline

Compares content to a different iterator object.

References m_p_value, and point_const_iterator_::m_p_value.

Friends And Related Function Documentation

friend class PB_DS_CLASS_C_DEC
friend
friend class point_const_iterator_
friend

Member Data Documentation


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