Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Inkscape::Util::ForwardPointerIterator< BaseType, Strategy > Class Template Reference

#include <forward-pointer-iterator.h>

Public Types

typedef Traits::Reference< BaseType >::LValue value_type
 
typedef Traits::Reference< BaseType >::LValue reference
 
typedef Traits::Reference< BaseType >::RValue const_reference
 
typedef Traits::Reference< BaseType >::Pointer pointer
 
typedef ForwardPointerIterator< BaseType const, Strategy > Ancestor
 
typedef ForwardPointerIterator< BaseType, Strategy > Self
 

Public Member Functions

 ForwardPointerIterator ()
 
 ForwardPointerIterator (pointer p)
 
 operator pointer () const
 
reference operator* () const
 
pointer operator-> () const
 
Selfoperator++ ()
 
Self operator++ (int)
 

Detailed Description

template<typename BaseType, typename Strategy>
class Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >

Definition at line 72 of file forward-pointer-iterator.h.

Member Typedef Documentation

◆ Ancestor

template<typename BaseType , typename Strategy >
typedef ForwardPointerIterator<BaseType const, Strategy> Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::Ancestor

Definition at line 81 of file forward-pointer-iterator.h.

◆ const_reference

template<typename BaseType , typename Strategy >
typedef Traits::Reference<BaseType>::RValue Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::const_reference

Definition at line 78 of file forward-pointer-iterator.h.

◆ pointer

template<typename BaseType , typename Strategy >
typedef Traits::Reference<BaseType>::Pointer Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::pointer

Definition at line 79 of file forward-pointer-iterator.h.

◆ reference

template<typename BaseType , typename Strategy >
typedef Traits::Reference<BaseType>::LValue Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::reference

Definition at line 77 of file forward-pointer-iterator.h.

◆ Self

template<typename BaseType , typename Strategy >
typedef ForwardPointerIterator<BaseType, Strategy> Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::Self

Definition at line 82 of file forward-pointer-iterator.h.

◆ value_type

template<typename BaseType , typename Strategy >
typedef Traits::Reference<BaseType>::LValue Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::value_type

Definition at line 76 of file forward-pointer-iterator.h.

Constructor & Destructor Documentation

◆ ForwardPointerIterator() [1/2]

template<typename BaseType , typename Strategy >
Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::ForwardPointerIterator ( )
inline

Definition at line 84 of file forward-pointer-iterator.h.

◆ ForwardPointerIterator() [2/2]

template<typename BaseType , typename Strategy >
Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::ForwardPointerIterator ( pointer  p)
inline

Definition at line 85 of file forward-pointer-iterator.h.

Member Function Documentation

◆ operator pointer()

template<typename BaseType , typename Strategy >
Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::operator pointer ( ) const
inline

◆ operator*()

template<typename BaseType , typename Strategy >
reference Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::operator* ( ) const
inline

◆ operator++() [1/2]

◆ operator++() [2/2]

template<typename BaseType , typename Strategy >
Self Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::operator++ ( int  )
inline

◆ operator->()

template<typename BaseType , typename Strategy >
pointer Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::operator-> ( ) const
inline

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